From c9be458b9746119dd2e756de2422ca63d72c60e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:47:01 +0000 Subject: [PATCH] Bump sphinx from 5.3.0 to 7.2.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.2.5. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v7.2.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5aaa7664..cc5be52f 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ "mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'", "mypy==v1.4.1 ; python_version>='3.7'", # Docs. - "Sphinx==5.3.0 ; python_version>='3.8'", + "Sphinx==7.2.5 ; python_version>='3.8'", "sphinx-autobuild==2021.3.14 ; python_version>='3.8'", "sphinx-rtd-theme==1.3.0 ; python_version>='3.8'", ]