From ec0a17b82ffc83deedb87b2816b745dc631cea99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:09:52 +0000 Subject: [PATCH] requirements: update sphinx requirement from <8.2.4,>=5 to >=5,<9.0.1 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.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.0 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..68687f281c9 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.1 sphinx_autodoc_typehints<3.6.0 standard-imghdr <3.14; python_version >= '3.13'