From becd5a32a81c34cecb4a6ba49bc56710d3971eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:07: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 f52f489f..ea603b3e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -40,7 +40,7 @@ pydata-sphinx-theme>=0.13.3 pytest qutip==4.7.3 sax==0.8.8 # Pinned for pydantic =4,<7 +sphinx>=4,<8 sphinx-autoapi sphinx-autobuild sphinx_autodoc_typehints