From d7b80ee9f9b4957b06cd6fd98add14e2f539e528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 20:01:33 +0000 Subject: [PATCH] [Dependabot]: Update sphinx requirement from <6.0,>=5.3 to >=5.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/v5.3.0...v6.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 20b9ca063..f59f9c8f8 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,7 +1,7 @@ -r ../requirements.txt # Enforce latest version on ReadTheDocs -sphinx>=5.3,<6.0 +sphinx>=5.3,<7.0 pyTooling>=3.0.0, <4.0 # Sphinx Extenstions