From cab19f70a1e9c4898b96f86afbf530ccd821e5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:07:43 +0000 Subject: [PATCH] Bump sphinx from 7.4.4 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.4 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.4...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2ee21a2..0a3b03b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "pytest-cov", "pytest-mock", "ruff", - "Sphinx==7.4.4", + "Sphinx==8.0.2", "sphinx-autobuild", "sphinx-copybutton", "sphinx-design",