From 1efdc7202b5f9a4d2b29df83b28d60089966db77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:26:08 +0000 Subject: [PATCH] Bump nbconvert from 7.16.6 to 7.17.0 in /setup 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] --- setup/requirements_python-3.13.in | 2 +- setup/requirements_python-3.13.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/requirements_python-3.13.in b/setup/requirements_python-3.13.in index 3e38ae0..f7411b8 100644 --- a/setup/requirements_python-3.13.in +++ b/setup/requirements_python-3.13.in @@ -289,7 +289,7 @@ jupyterlab_pygments==0.3.0 jupyterlab_widgets==3.0.15 mistune==3.1.3 nbclient==0.10.2 -nbconvert==7.16.6 +nbconvert==7.17.0 nbformat==5.10.4 nest_asyncio==1.6.0 notebook_shim==0.2.4 diff --git a/setup/requirements_python-3.13.txt b/setup/requirements_python-3.13.txt index a77aa15..d16114c 100644 --- a/setup/requirements_python-3.13.txt +++ b/setup/requirements_python-3.13.txt @@ -541,7 +541,7 @@ nbclient==0.10.2 # via # -r requirements_python-3.13.in # nbconvert -nbconvert==7.16.6 +nbconvert==7.17.0 # via # -r requirements_python-3.13.in # jupyter-server