From 6c8d69a7cfc0a622174bab2c07ae48cf8698aa7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 05:47:54 +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 44e60df1..5625af7d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx~=7.4.1 +sphinx~=8.0.2 sphinx-rtd-theme~=2.0.0 diff --git a/pyproject.toml b/pyproject.toml index 9610f984..522cd55e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ mypy = "1.11.2" ruff = "^0.6.0" pytest = "^8.0.0" pytest-cov = "^5.0.0" -sphinx = "^7.0.0" +sphinx = "^8.0.0" sphinx-rtd-theme = "^2.0.0" pre-commit = "^3.3.0" SecretStorage = "^3.1.2"