From 7356b9c13857ebc14c8f69acfe96a04472a84f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 22:06:33 +0000 Subject: [PATCH] Bump sphinx from 7.1.2 to 7.2.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.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.2...v7.2.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cb66df35..e961582e8 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "pre-commit>=2.4,<4.0", ], "docs": [ - "sphinx==7.1.2", + "sphinx==7.2.2", "sphinx-issues==3.0.1", "alabaster==0.7.13", "sphinx-version-warning==1.1.2",