From 004006f96b2b672370f573b3cc2bab8ad42d61cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:54:31 +0000 Subject: [PATCH] Bump sphinx from 7.4.7 to 9.0.4 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 9.0.4. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v9.0.4/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v9.0.4) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 9560b4d..be4f691 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -sphinx==7.4.7 +sphinx==9.0.4 sphinx-rtd-theme==3.0.2 myst-parser==4.0.1 sphinx-copybutton==0.5.2 diff --git a/pyproject.toml b/pyproject.toml index 035a080..8a0ad5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,7 +172,7 @@ all = ["memdiver[marimo]", "memdiver[vol]"] full = ["memdiver[all]"] dev = ["pytest>=8.0", "pytest-asyncio>=0.23", "pytest-cov>=5.0", "httpx>=0.27", "ruff>=0.6", "mypy>=1.10", "hypothesis"] docs = [ - "sphinx>=7.3,<9", + "sphinx>=7.3,<10", "sphinx-rtd-theme>=2.0,<4", "myst-parser>=3.0,<5", "sphinx-copybutton>=0.5.2",