From 47f3e99f0f43fd85b4ae518bd4393e66517e8bd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 12:43:11 +0000 Subject: [PATCH] chore: bump nbformat from 5.11.0 to 5.11.1 Bumps [nbformat](https://github.com/jupyter/nbformat) from 5.11.0 to 5.11.1. - [Release notes](https://github.com/jupyter/nbformat/releases) - [Changelog](https://github.com/jupyter/nbformat/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbformat/compare/v5.11.0...v5.11.1) --- updated-dependencies: - dependency-name: nbformat dependency-version: 5.11.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5469307e..09f6d2929 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dev = [ "tsam==3.4.0", # Directly imported for ClusterConfig, ExtremeConfig, SegmentConfig "pytest==9.1.1", "pytest-xdist==3.8.0", - "nbformat==5.11.0", + "nbformat==5.11.1", "ruff==0.16.3", "pre-commit==4.6.2", "pyvis==0.3.2",