From 53704d10afddf8c86dbc7299711152e639923d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 12:31:16 +0000 Subject: [PATCH] Bump nbconvert from 7.16.6 to 7.17.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [nbconvert](https://github.com/jupyter/nbconvert). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0b7dd1..f16fed3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -114,7 +114,7 @@ multiprocess==0.70.16 ; python_version >= "3.11" and python_version < "4.0" mypy-extensions==1.1.0 ; python_version >= "3.11" and python_version < "4.0" mypy==1.17.1 ; python_version >= "3.11" and python_version < "4.0" nbclient==0.10.2 ; python_version >= "3.11" and python_version < "4.0" -nbconvert==7.16.6 ; python_version >= "3.11" and python_version < "4.0" +nbconvert==7.17.0 ; python_version >= "3.11" and python_version < "4.0" nbformat==5.10.4 ; python_version >= "3.11" and python_version < "4.0" nest-asyncio==1.6.0 ; python_version >= "3.11" and python_version < "4.0" networkx==3.5 ; python_version >= "3.11" and python_version < "4.0"