From c51af2e18da808de7cfa618a4faced07cc5781ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:57:19 +0000 Subject: [PATCH] Update sphinx requirement from >=1.4 to >=8.1.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/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v1.4...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 80a5be1fd..fe4b9c577 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ pluggy>=0.3.1 py>=1.4.31 randomize>=0.13 mock>=2.0.0 -sphinx>=1.4 # BSD +sphinx>=8.1.3 # BSD recommonmark sphinx_markdown_tables pycodestyle