From 25f0c20f2722b23f8d141962e8faa734e554cc6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:13:58 +0000 Subject: [PATCH] Update sphinx requirement from ~=7.0 to ~=8.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.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e06497a..66b084a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ setuptools>=39.0.1 requests>=2.20.0 -sphinx~=7.0 +sphinx~=8.0