From 47cba44446d6899ca08a38d9f56cf863d49daf1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:26:24 +0000 Subject: [PATCH] build(deps): bump nbconvert in /notebooks/.devcontainer Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.2.10 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.2.10...v7.17.0) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notebooks/.devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/.devcontainer/requirements.txt b/notebooks/.devcontainer/requirements.txt index 6b8cb80..313adc8 100644 --- a/notebooks/.devcontainer/requirements.txt +++ b/notebooks/.devcontainer/requirements.txt @@ -13,5 +13,5 @@ pre-commit==3.2.1 # notebooks specific requirements ipykernel==6.22.0 -nbconvert==7.2.10 +nbconvert==7.17.0 nbformat==5.8.0