From 89e4d9bad036aca22f2420c65743eeb0da848c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:24:00 +0000 Subject: [PATCH] Bump sphinx from 7.3.7 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.1.3) --- 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 1c85e162..df4b4239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'", "mypy==v1.13.0 ; python_version>='3.8'", # Docs. - "Sphinx==7.3.7 ; python_version>='3.9'", + "Sphinx==8.1.3 ; python_version>='3.9'", "sphinx-rtd-theme==3.0.2 ; python_version>='3.9'", ]