From a8ae0b16b6ea6f63cd335865c4453437610b8619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 16:04:32 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v9.1.0 --- pyproject.toml | 2 +- uv.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ab7bc1..88fa02e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = ["pytest==9.0.2", "pytest-xdist==3.8.0"] docs = [ "furo==2025.12.19", "packaging==25.0", - "sphinx==9.0.4", + "sphinx==9.1.0", "sphinx-autoapi==3.6.1", "sphinx-copybutton==0.5.2", "sphinx-lint==1.0.2", diff --git a/uv.lock b/uv.lock index 8b0c96b..7e98451 100644 --- a/uv.lock +++ b/uv.lock @@ -403,7 +403,7 @@ dev = [ { name = "pytest", specifier = "==9.0.2" }, { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "ruff", specifier = "==0.14.10" }, - { name = "sphinx", specifier = "==9.0.4" }, + { name = "sphinx", specifier = "==9.1.0" }, { name = "sphinx-autoapi", specifier = "==3.6.1" }, { name = "sphinx-autobuild", specifier = "==2025.8.25" }, { name = "sphinx-copybutton", specifier = "==0.5.2" }, @@ -417,7 +417,7 @@ dev = [ docs = [ { name = "furo", specifier = "==2025.12.19" }, { name = "packaging", specifier = "==25.0" }, - { name = "sphinx", specifier = "==9.0.4" }, + { name = "sphinx", specifier = "==9.1.0" }, { name = "sphinx-autoapi", specifier = "==3.6.1" }, { name = "sphinx-copybutton", specifier = "==0.5.2" }, { name = "sphinx-lint", specifier = "==1.0.2" }, @@ -435,7 +435,7 @@ gh-actions-check = [ { name = "pytest", specifier = "==9.0.2" }, { name = "pytest-xdist", specifier = "==3.8.0" }, { name = "ruff", specifier = "==0.14.10" }, - { name = "sphinx", specifier = "==9.0.4" }, + { name = "sphinx", specifier = "==9.1.0" }, { name = "sphinx-autoapi", specifier = "==3.6.1" }, { name = "sphinx-copybutton", specifier = "==0.5.2" }, { name = "sphinx-lint", specifier = "==1.0.2" }, @@ -449,7 +449,7 @@ misc = [{ name = "taskipy", specifier = "==1.14.1" }] readthedocs = [ { name = "furo", specifier = "==2025.12.19" }, { name = "packaging", specifier = "==25.0" }, - { name = "sphinx", specifier = "==9.0.4" }, + { name = "sphinx", specifier = "==9.1.0" }, { name = "sphinx-autoapi", specifier = "==3.6.1" }, { name = "sphinx-copybutton", specifier = "==0.5.2" }, { name = "sphinx-lint", specifier = "==1.0.2" }, @@ -722,7 +722,7 @@ wheels = [ [[package]] name = "sphinx" -version = "9.0.4" +version = "9.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "alabaster" }, @@ -743,9 +743,9 @@ dependencies = [ { name = "sphinxcontrib-qthelp" }, { name = "sphinxcontrib-serializinghtml" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/42/50/a8c6ccc36d5eacdfd7913ddccd15a9cee03ecafc5ee2bc40e1f168d85022/sphinx-9.0.4.tar.gz", hash = "sha256:594ef59d042972abbc581d8baa577404abe4e6c3b04ef61bd7fc2acbd51f3fa3", size = 8710502, upload-time = "2025-12-04T07:45:27.343Z" } +sdist = { url = "https://files.pythonhosted.org/packages/cd/bd/f08eb0f4eed5c83f1ba2a3bd18f7745a2b1525fad70660a1c00224ec468a/sphinx-9.1.0.tar.gz", hash = "sha256:7741722357dd75f8190766926071fed3bdc211c74dd2d7d4df5404da95930ddb", size = 8718324, upload-time = "2025-12-31T15:09:27.646Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c6/3f/4bbd76424c393caead2e1eb89777f575dee5c8653e2d4b6afd7a564f5974/sphinx-9.0.4-py3-none-any.whl", hash = "sha256:5bebc595a5e943ea248b99c13814c1c5e10b3ece718976824ffa7959ff95fffb", size = 3917713, upload-time = "2025-12-04T07:45:24.944Z" }, + { url = "https://files.pythonhosted.org/packages/73/f7/b1884cb3188ab181fc81fa00c266699dab600f927a964df02ec3d5d1916a/sphinx-9.1.0-py3-none-any.whl", hash = "sha256:c84fdd4e782504495fe4f2c0b3413d6c2bf388589bb352d439b2a3bb99991978", size = 3921742, upload-time = "2025-12-31T15:09:25.561Z" }, ] [[package]]