From e37313838ac76d930de87ad6a7633220abd81063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:06:45 +0000 Subject: [PATCH] Build(deps): Bump the python-packages group across 1 directory with 5 updates Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx), [myst-nb](https://github.com/executablebooks/myst-nb), [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 `sphinx` to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.0...v8.1.3) Updates `myst-nb` to 1.4.0 - [Release notes](https://github.com/executablebooks/myst-nb/releases) - [Changelog](https://github.com/executablebooks/MyST-NB/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/myst-nb/compare/v0.15.0...v1.4.0) Updates `jupyter-client` to 8.9.1 - [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.9.1) Updates `nbclient` to 0.11.0 - [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.11.0) 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: sphinx dependency-version: 8.1.3 dependency-type: direct:production dependency-group: python-packages - dependency-name: myst-nb dependency-version: 1.4.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: jupyter-client dependency-version: 8.9.1 dependency-type: direct:production dependency-group: python-packages - dependency-name: nbclient dependency-version: 0.11.0 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 | 10 +++++----- pyproject.toml | 4 ++-- requirements-dev.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a9f0e84..f21bef7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,18 +2,18 @@ # Modern Sphinx with stable Jupyter versions to avoid timezone issues # Core Sphinx and extensions (modern versions for RTD compatibility) -sphinx>=5.0,<8.0 +sphinx>=5.0,<9.0 sphinx-design sphinx-copybutton pydata-sphinx-theme # Notebook support with stable version pinning -myst-nb>=0.15.0,<1.4.0 +myst-nb>=0.15.0,<1.5.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.9.1,<8.10.0 +nbclient>=0.11.0,<0.12.0 +jupyter-cache>=1.0.1,<1.1.0 # Additional utilities setuptools>=61.0 diff --git a/pyproject.toml b/pyproject.toml index 3324a35..b4e107e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,9 +82,9 @@ dev = [ ] # Documentation dependencies docs = [ - "sphinx>=5.0,<8.0", + "sphinx>=5.0,<9.0", "sphinx-design", - "myst-nb>=0.15.0,<1.4.0", + "myst-nb>=0.15.0,<1.5.0", "sphinx-copybutton", "pydata-sphinx-theme", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 841d0b5..cbd0bd0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,8 +12,8 @@ mypy isort # Documentation dependencies -sphinx>=5.0,<8.0 +sphinx>=5.0,<9.0 sphinx-design -myst-nb>=0.15.0,<1.4.0 +myst-nb>=0.15.0,<1.5.0 sphinx-copybutton pydata-sphinx-theme