From db3bf063ff8be9771cd5936ec005929f8c644925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 02:46:34 +0000 Subject: [PATCH] deps: update nbformat requirement Updates the requirements on [nbformat](https://github.com/jupyter/nbformat) to permit the latest version. Updates `nbformat` to 5.11.0 - [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.10.4...v5.11.0) --- updated-dependencies: - dependency-name: nbformat dependency-version: 5.11.0 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 964809e..1a8679a 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.10.4 +nbformat>=5.11.0 ipykernel>=7.3.0