From 4b9af53978ca9a149600c7a4c59fc7775144e968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 19:11:44 +0000 Subject: [PATCH] Update sphinx requirement from ~=5.3 to ~=7.0 in /python 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...v7.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.dev.txt b/python/requirements.dev.txt index bebb6736..e786583c 100644 --- a/python/requirements.dev.txt +++ b/python/requirements.dev.txt @@ -3,4 +3,4 @@ furo maturin~=0.15.1 mypy~=1.0 ruff~=0.0.255 -sphinx~=5.3 +sphinx~=7.0