From 75ca736d91dfc5c9c78186dba9c8fbd247070230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:48:47 +0000 Subject: [PATCH] Bump nbconvert from 7.16.6 to 7.17.0 in /python-wrapper 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-wrapper/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapper/pyproject.toml b/python-wrapper/pyproject.toml index 9855a83..968d4e6 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "ipykernel==7.1.0", "palettable==3.3.3", "pytest-mock==3.15.1", - "nbconvert==7.16.6", + "nbconvert==7.17.0", "streamlit==1.53.0", "matplotlib>=3.9.4", "jupyterlab>=4.5.4",