From 514215062d5d59a2a25a16a4a3fef9caef27c8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 02:01:16 +0000 Subject: [PATCH] requirements: update sphinx requirement from <8.2.4,>=5 to >=5,<9.0.4 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/v5.0.0...v9.0.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- doc_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_requirements.txt b/doc_requirements.txt index 48e0ffcfb28..08a51c16078 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,5 +1,5 @@ psyneulink-sphinx-theme<1.2.8.0 -sphinx>=5, <8.2.4 +sphinx>=5, <9.0.4 sphinx_autodoc_typehints<3.6.0 standard-imghdr <3.14; python_version >= '3.13'