From 5ba21b73692d85d9aef6c972e5363c845f6fed26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:33:20 +0000 Subject: [PATCH] Update sphinx-autoapi requirement from <3,>=2.1.1 to >=2.1.1,<4 Updates the requirements on [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) to permit the latest version. - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/sphinx-autoapi/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: sphinx-autoapi 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 2e9023442c..aa3cc7e5b7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pytest-timeout>=1.4.2,<3 stubserver>=1.1,<2 setuptools>=65.5.1,<69 sphinx>=7,<8 -sphinx-autoapi>=2.1.1,<3 +sphinx-autoapi>=2.1.1,<4 # astroid 3 won't work until some sphinx-autoapi release after 2.1.1 astroid>=2.15,<3 sphinx-autodoc-typehints>=1.24.0,<2