From d3805bf2a26c9cf5cb8ae0c77dd4a5bf2db9168b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:33:26 +0000 Subject: [PATCH] Update dependency sphinx to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12a7625..4dd7ccb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ pytest-cov = "^5.0.0" pytest-mock = "^3.8.2" python-dotenv = "^1.0.0" requests-toolbelt = "^1.0.0" -sphinx = "^7.0" +sphinx = "^8.0.0" sphinx-rtd-theme = "^2.0.0" urllib3 = { extras = ["appengine"], version = "^2.2.1" } pytest-vcr = "^1.0.2"