From c99daa3a23825a38303c383981bee0dd8115d782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 06:20:20 +0000 Subject: [PATCH] Update sphinx requirement from <5.2,>=4 to >=4,<7.3 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/v4.0.0...v7.2.6) --- 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 fb9899d..42806e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pre-commit>=2.15,<2.21 # Documentation # ----------------------- myst-parser[linkify]>=0.15,<0.19 -sphinx>=4,<5.2 +sphinx>=4,<7.3 sphinx-autobuild==2021.* sphinx-autodoc-typehints>=1.11,<1.20 sphinx-copybutton<1