From 09b8cdb655942fc4cfc05201d3169453fffa9072 Mon Sep 17 00:00:00 2001 From: "anaconda-renovate[bot]" <117830771+anaconda-renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:27:45 +0000 Subject: [PATCH] chore(deps): update dependency sphinx to v7.4.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b877e70..d67b30f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^8.0.0" pytest-cov = "^5.0.0" pytest-mock = "^3.10.0" responses = "^0.25.0" -sphinx = "7.1.2" +sphinx = "7.4.7" sphinx-rtd-theme = "^3.0.0" [tool.black]