From cd0084f0aa2ca175066fbce8f973bb2c44a4a0c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 10:08:59 +0000 Subject: [PATCH] Update sphinx requirement from ~=5.3 to ~=6.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...v6.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 8849ca69..3151d16e 100644 --- a/python/requirements.dev.txt +++ b/python/requirements.dev.txt @@ -2,4 +2,4 @@ black~=22.10 furo maturin~=0.14.0 mypy~=0.991.0 -sphinx~=5.3 +sphinx~=6.0