From 285eeeb0bbb99911dfd976a473079d46e37d2742 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:44:10 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to <7.4.8 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ebad58cc9..0268741bf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "pytest-timeout", "pytest-random-order", "ruff", - "sphinx<7.4.6", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660 + "sphinx<7.4.8", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660 "sphinx-autobuild", "sphinx-copybutton", "sphinxcontrib-mermaid", diff --git a/uv.lock b/uv.lock index a259f0c180..6c6245a342 100644 --- a/uv.lock +++ b/uv.lock @@ -801,7 +801,7 @@ dev = [ { name = "pytest-random-order" }, { name = "pytest-timeout" }, { name = "ruff" }, - { name = "sphinx", specifier = "<7.4.6" }, + { name = "sphinx", specifier = "<7.4.8" }, { name = "sphinx-autobuild" }, { name = "sphinx-autodoc-typehints" }, { name = "sphinx-copybutton" }, @@ -3199,7 +3199,7 @@ wheels = [ [[package]] name = "sphinx" -version = "7.4.5" +version = "7.4.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "alabaster" }, @@ -3219,9 +3219,9 @@ dependencies = [ { name = "sphinxcontrib-qthelp" }, { name = "sphinxcontrib-serializinghtml" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/35/89/99d9fab99f04a94dc0344494c0f574b6e730994c4f3ce023b03575363472/sphinx-7.4.5.tar.gz", hash = "sha256:a4abe5385bf856df094c1e6cadf24a2351b12057be3670b99a12c05a01d209f5", size = 8115101, upload-time = "2024-07-16T20:08:34.356Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5b/be/50e50cb4f2eff47df05673d361095cafd95521d2a22521b920c67a372dcb/sphinx-7.4.7.tar.gz", hash = "sha256:242f92a7ea7e6c5b406fdc2615413890ba9f699114a9c09192d7dfead2ee9cfe", size = 8067911, upload-time = "2024-07-20T14:46:56.059Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/03/68/6024fd028a1f7cd9e29464710ba49e33e747a40501ad51942d6718cd6353/sphinx-7.4.5-py3-none-any.whl", hash = "sha256:9f135d8c1d277db67be514be579c4c4a26c8c0e962219aaca5a721b04bd6d0d8", size = 3455036, upload-time = "2024-07-16T20:08:27.525Z" }, + { url = "https://files.pythonhosted.org/packages/0d/ef/153f6803c5d5f8917dbb7f7fcf6d34a871ede3296fa89c2c703f5f8a6c8e/sphinx-7.4.7-py3-none-any.whl", hash = "sha256:c2419e2135d11f1951cd994d6eb18a1835bd8fdd8429f9ca375dc1f3281bd239", size = 3401624, upload-time = "2024-07-20T14:46:52.142Z" }, ] [[package]]