From d52402447ea5eb5a3f084e4f85a45675d34eb4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 23:09:48 -0700 Subject: [PATCH] Bump sphinx from 6.1.2 to 6.1.3 (#1986) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.2 to 6.1.3. - [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/v6.1.2...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... 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 2f21d336..ca62ec6c 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( setup_requires=["pytest-runner"], extras_require={ "docs": [ - "Sphinx==6.1.2", + "Sphinx==6.1.3", "furo==2023.3.27", "sphinx-autobuild", "codespell",