From 923654d1ce364afc10a17b8df2323fbf415f02bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:13:53 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v8 --- 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 8d806bf4..5ab4927c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx~=7.4.1 +sphinx~=8.1.3 sphinx-rtd-theme~=3.0.0 diff --git a/pyproject.toml b/pyproject.toml index b9ade686..64e266c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ mypy = "1.13.0" ruff = "^0.8.0" pytest = "^8.0.0" pytest-cov = "^6.0.0" -sphinx = "^7.0.0" +sphinx = "^8.0.0" sphinx-rtd-theme = "^3.0.0" pre-commit = "^4.0.0" SecretStorage = "^3.1.2"