From 45c8e9d330ecf36ff7c5392210f3f615bfbae620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 05:02:10 +0000 Subject: [PATCH] Update sphinx requirement from <6.0,>=4.3 to >=4.3,<7.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.3.0...v6.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _building/building-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_building/building-requirements.txt b/_building/building-requirements.txt index bd303df..1f3338a 100644 --- a/_building/building-requirements.txt +++ b/_building/building-requirements.txt @@ -4,4 +4,4 @@ semantic_version>=2.9,<3.0 jinja2>=3.0,<4.0 PyYAML>=6.0,<7.0 -sphinx>=4.3,<6.0 +sphinx>=4.3,<7.0