From ff3cbb124bf739104ee1e037b67a7a1d323963fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 19:42:56 +0000 Subject: [PATCH] Bump sphinx from 7.1.1 to 7.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.1 to 7.1.2. - [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/v7.1.1...v7.1.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 058166f0d..ed10be8e0 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "pre-commit>=2.4,<4.0", ], "docs": [ - "sphinx==7.1.1", + "sphinx==7.1.2", "sphinx-issues==3.0.1", "alabaster==0.7.13", "sphinx-version-warning==1.1.2",