From 21a2a789e4f0c1296168f3f5b41f373849e48526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:52:36 +0000 Subject: [PATCH] Build(deps-dev): Update sphinx requirement from <7,>=4 to >=4,<8 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [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/v4.0.0...v7.2.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 91575591..481f1c79 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -38,7 +38,7 @@ pytest qutip==4.7.3 sax==0.8.8 # Pinned for pydantic =40.8.0 -sphinx>=4,<7 +sphinx>=4,<8 sphinx-autoapi sphinx-autobuild sphinx_autodoc_typehints