From da964f96294000e99e3e07e3111677b4daeeb737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:28:05 +0000 Subject: [PATCH] Update sphinx requirement from <3.4.0,>=3.0.3 to >=3.0.3,<7.2.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/v3.0.3...v7.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc-source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-source/requirements.txt b/doc-source/requirements.txt index dcfde64a..177794b0 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -4,7 +4,7 @@ dummy-wx>=0.3.0 extras-require>=0.5.0 html-section>=0.3.0 seed-intersphinx-mapping>=1.2.2 -sphinx<3.4.0,>=3.0.3 +sphinx>=3.0.3,<7.2.0 sphinx-copybutton>=0.2.12 sphinx-debuginfo>=0.2.2 sphinx-licenseinfo>=0.3.1