From f3392829926b335283b0039bb63f785bb1cf214d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 10:01:39 +0200 Subject: [PATCH] Bump sphinx from 5.3.0 to 7.2.5 (#964) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54dbae658..95563549e 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.9'", + "Sphinx==7.2.5 ; python_version>='3.9'", "sphinx-autobuild==2021.3.14 ; python_version>='3.9'", "sphinx-rtd-theme==1.3.0 ; python_version>='3.9'", ]