From 0e07c9864e6c9bcadb2cf4528f5f4c0450c198fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:01:16 +0000 Subject: [PATCH] Bump nbclient from 0.10.2 to 0.10.3 Bumps [nbclient](https://github.com/jupyter/nbclient) from 0.10.2 to 0.10.3. - [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.3) --- updated-dependencies: - dependency-name: nbclient dependency-version: 0.10.3 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..acd61ea7101 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.3 # via nbconvert nbconvert==7.16.6 # via nbsphinx