From ffdc48cdaa04d873c6b35ba201e78d7b72192c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 12:00:31 +0000 Subject: [PATCH] build(deps): update sphinx requirement from ~=4.5 to ~=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.5.0...v7.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-doc.txt b/requirements-doc.txt index 879c216..47b0805 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -1 +1 @@ -sphinx~=4.5 +sphinx~=7.0