From 6071d95ba668ab0d864363b9c70c925fd63deab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 18:28:13 +0000 Subject: [PATCH] Bump nbclient from 0.10.0 to 0.10.2 Bumps [nbclient](https://github.com/jupyter/nbclient) from 0.10.0 to 0.10.2. - [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.0...v0.10.2) --- updated-dependencies: - dependency-name: nbclient dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 59cc91b69..812adc239 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -8,7 +8,7 @@ nbformat==5.10.4 nbsphinx==0.9.1 typing_extensions==4.5.0 sphinx_rtd_theme==2.0.0 -nbclient==0.10.0 +nbclient==0.10.2 sphinx-design # the following list is a direct copy from requirements.txt in the root directory (requirements for NESTML itself rather than for doc building)