From a8d6417a4a62a46d97ea02865599ee1522fbf939 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:13:10 +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 de01ac89..f12056da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ mypy = "1.12.1" ruff = "^0.6.0" pytest = "^8.0.0" pytest-cov = "^5.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"