From d191612c0867f6d1590381ed130781edaf1c4bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:55:37 +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 911286a..86e0dcf 100644 --- a/python-wrapper/pyproject.toml +++ b/python-wrapper/pyproject.toml @@ -54,7 +54,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", ]