From e80c5891b0ad5b9138787a56ef59fbd1d8e9f0a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 00:06:47 +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 0114d2e16..15b003a10 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>=2.12.3 # Sphinx Extenstions