From 08eded28336fcb5425d59d43d8a679e98db6d14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 13:35:51 +0000 Subject: [PATCH] Update sphinx requirement from <6.0.0,>=4.2.0 to >=4.2.0,<7.0.0 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.2.0...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 6df3f664d..8f492178a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ # dependencies for building docs, separate from dev.txt as this is also used for builds on readthedocs.org # core dependencies -sphinx>=4.2.0, <6.0.0 +sphinx>=4.2.0, <7.0.0 sphinx-autodoc-typehints>=1.12.0, <1.21 # limited due to https://github.com/tox-dev/sphinx-autodoc-typehints/issues/260 sphinx-rtd-theme>=1.0.0, <2.0.0 sphinxcontrib-apidoc>=0.3.0, <0.4.0