From 26fa0f51fefee0c70cef93cfe8dfc7b79e4e1f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:03:51 +0000 Subject: [PATCH] Bump sphinx from 7.2.5 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.5 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.5...v7.2.6) --- 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 1f414e4be..bb8749c7e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "pre-commit>=2.4,<4.0", ], "docs": [ - "sphinx==7.2.5", + "sphinx==7.2.6", "sphinx-issues==3.0.1", "alabaster==0.7.13", "sphinx-version-warning==1.1.2",