From 2c7e4463de0a6d3e3ab886a96733e15289c2702b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:07:21 +0000 Subject: [PATCH] Update sphinx requirement in the docs group Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `sphinx` to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.0.0...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development dependency-group: docs ... Signed-off-by: dependabot[bot] --- devtools/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/dev-requirements.txt b/devtools/dev-requirements.txt index e0f773cbd..f3df4e979 100644 --- a/devtools/dev-requirements.txt +++ b/devtools/dev-requirements.txt @@ -10,7 +10,7 @@ # building the docs nbsphinx >= 0.8.12, <= 0.9.5 -sphinx >= 5.0, <= 8.1 +sphinx >= 5.0, <= 8.1.3 sphinx-argparse >= 0.4.0, != 0.5.0, <= 0.5.2 sphinx_copybutton <= 0.5.2 sphinx-rtd-theme >= 1.0, <= 3.0.2