From 602c03c47c42b8e91e15031a30e53fdec852d796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 12:49:50 +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 81691b99..ce8270cd 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -34,7 +34,7 @@ pytest qutip==4.7.2 sax==0.8.8 # Pinned for pydantic =40.8.0 -sphinx>=4,<7 +sphinx>=4,<8 sphinx-autoapi sphinx-autobuild sphinx_autodoc_typehints