From 9838c5839d591332dc9a8ffd6255918e0ac78f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:58:20 +0000 Subject: [PATCH] Bump sphinx from 6.1.3 to 6.2.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 6.2.0. - [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.3...v6.2.0) --- 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 d41e428a..990e32a0 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( setup_requires=["pytest-runner"], extras_require={ "docs": [ - "Sphinx==6.1.3", + "Sphinx==6.2.0", "furo==2023.3.27", "sphinx-autobuild", "codespell",