From 65164b00470f16fdfc1c0592bb03135ead8b51be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 13:56:35 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to >=8,<=8.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89fa3ff0..45dd7b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ # types 'mypy==1.15.0; python_version >= "3.10"', # docs - 'sphinx>=8,<=8.1.3; python_version >= "3.10"', + 'sphinx>=8,<=8.2.1; python_version >= "3.10"', 'furo==2024.8.6; python_version >= "3.10"', 'sphinx-copybutton==0.5.2 ; python_version >= "3.10"', 'sphinx-new-tab-link==0.6.1; python_version >= "3.10"',