From 44e75886d7bb026f614573ab04110e448d2a194c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:12:03 +0000 Subject: [PATCH] Build(deps): Bump the python-packages group with 3 updates Updates the requirements on [jupyter-client](https://github.com/jupyter/jupyter_client), [nbclient](https://github.com/jupyter/nbclient) and [jupyter-cache](https://github.com/executablebooks/jupyter-cache) to permit the latest version. Updates `jupyter-client` to 8.6.3 - [Release notes](https://github.com/jupyter/jupyter_client/releases) - [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/jupyter_client/compare/v7.0.0...v8.6.3) Updates `nbclient` 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.5.13...v0.10.2) Updates `jupyter-cache` to 1.0.1 - [Release notes](https://github.com/executablebooks/jupyter-cache/releases) - [Changelog](https://github.com/executablebooks/jupyter-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/jupyter-cache/compare/v0.5.0...v1.0.1) --- updated-dependencies: - dependency-name: jupyter-client dependency-version: 8.6.3 dependency-type: direct:production dependency-group: python-packages - dependency-name: nbclient dependency-version: 0.10.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: jupyter-cache dependency-version: 1.0.1 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a9f0e84..fca4a60 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -11,9 +11,9 @@ pydata-sphinx-theme myst-nb>=0.15.0,<1.4.0 # Use stable Jupyter versions that work well in containerized environments -jupyter-client>=7.0.0,<8.7.0 -nbclient>=0.5.13,<0.11.0 -jupyter-cache>=0.5.0,<1.1.0 +jupyter-client>=8.6.3,<8.7.0 +nbclient>=0.10.2,<0.11.0 +jupyter-cache>=1.0.1,<1.1.0 # Additional utilities setuptools>=61.0