From c862dbfd8104cfe8bb375bc6db4bf7d38c14e298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:16:49 +0000 Subject: [PATCH] Bump nbconvert from 7.16.5 to 7.17.0 in /ds-round-trip Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.5 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.5...v7.17.0) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ds-round-trip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-round-trip/requirements.txt b/ds-round-trip/requirements.txt index 7f3c4fb..2ecb065 100644 --- a/ds-round-trip/requirements.txt +++ b/ds-round-trip/requirements.txt @@ -59,7 +59,7 @@ markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0" matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0" mistune==3.1.0 ; python_version >= "3.10" and python_version < "4.0" nbclient==0.10.2 ; python_version >= "3.10" and python_version < "4.0" -nbconvert==7.16.5 ; python_version >= "3.10" and python_version < "4.0" +nbconvert==7.17.0 ; python_version >= "3.10" and python_version < "4.0" nbformat==5.10.4 ; python_version >= "3.10" and python_version < "4.0" nest-asyncio==1.6.0 ; python_version >= "3.10" and python_version < "4.0" notebook-shim==0.2.4 ; python_version >= "3.10" and python_version < "4.0"