From b05ed4941400b602e48aacd9530fbd65e938ebd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:18:09 +0000 Subject: [PATCH] Bump nbconvert from 7.16.6 to 7.17.0 in /doc Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.6 to 7.17.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/v7.16.6...v7.17.0) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 04111b8c..165f89bf 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -34,7 +34,7 @@ matplotlib-inline==0.1.7 ; python_version >= "3.9" and python_version < "3.15" mistune==3.1.2 ; python_version >= "3.9" and python_version < "3.15" natsort==8.4.0 ; python_version >= "3.9" and python_version < "3.15" nbclient==0.10.2 ; python_version >= "3.9" and python_version < "3.15" -nbconvert==7.16.6 ; python_version >= "3.9" and python_version < "3.15" +nbconvert==7.17.0 ; python_version >= "3.9" and python_version < "3.15" nbformat==5.10.4 ; python_version >= "3.9" and python_version < "3.15" nbsphinx==0.9.7 ; python_version >= "3.9" and python_version < "3.15" numpy==1.26.4 ; python_version >= "3.9" and python_version < "3.15"