From ec1feffa4f0c72544a0cf462178bcba1d6ea5f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 04:02:00 +0000 Subject: [PATCH] Bump nbclient from 0.10.2 to 0.10.4 Bumps [nbclient](https://github.com/jupyter/nbclient) from 0.10.2 to 0.10.4. - [Release notes](https://github.com/jupyter/nbclient/releases) - [Changelog](https://github.com/jupyter/nbclient/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbclient/compare/v0.10.2...v0.10.4) --- updated-dependencies: - dependency-name: nbclient dependency-version: 0.10.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53bd21f8d88..8b006351754 100644 --- a/requirements.txt +++ b/requirements.txt @@ -194,7 +194,7 @@ mypy==1.19.1 # via qcodes (pyproject.toml) mypy-extensions==1.1.0 # via mypy -nbclient==0.10.2 +nbclient==0.10.4 # via nbconvert nbconvert==7.16.6 # via nbsphinx