From 72797e0ddfa324e69b8aa45c84d22e8eaf5cf84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:02:45 +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-asyncio.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements-asyncio.txt b/test-requirements-asyncio.txt index 9f9b87eba8..a41fefc96e 100644 --- a/test-requirements-asyncio.txt +++ b/test-requirements-asyncio.txt @@ -4,4 +4,4 @@ py>=1.4.31 pytest pytest-cov randomize>=0.13 -sphinx>=1.4 # BSD +sphinx>=8.1.3 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index f0f129b75f..1c8a669fc8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ pytest pytest-cov pluggy>=0.3.1 randomize>=0.13 -sphinx>=1.4 # BSD +sphinx>=8.1.3 # BSD sphinx_markdown_tables pycodestyle autopep8