From a5da60372a7ecb7bd504324a41f2ede6ce86d08e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:45:36 +0000 Subject: [PATCH] deps: update nbformat requirement in the docs-and-notebooks group Updates the requirements on [nbformat](https://github.com/jupyter/nbformat) to permit the latest version. Updates `nbformat` 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:production dependency-group: docs-and-notebooks ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1a8679a..7cf9107 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ matplotlib>=3.7 # Executing the notebooks in CI, which is how we know they still run. jupyter>=1.1.1 nbconvert>=7.17.1 -nbformat>=5.11.0 +nbformat>=5.11.1 ipykernel>=7.3.0