From 284a3886549159a972dad455b2147fe85f9c6260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 08:50:51 +0000 Subject: [PATCH] Bump the python-packages group with 1 update Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `sphinx` 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/v0.1.61611...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd25ade..6361530 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "black", "pytest", "coverage", - "sphinx<=6.2.1", + "sphinx<=7.2.6", "sphinx_rtd_theme", "recommonmark", "nbsphinx",