From 6ee9ac24a768faab71c89ba54d63e69493514ed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:34:17 +0000 Subject: [PATCH] :arrow_up:(deps): Update sphinx requirement from >=6.0.0 to >=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/v9.0.4/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.0.0...v9.0.4) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 00d32e70..fa910d09 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,7 +33,7 @@ twine>=4.0.0 wheel>=0.40.0 # Documentation -sphinx>=6.0.0 +sphinx>=9.0.4 sphinx-rtd-theme>=3.1.0 # Security scanning diff --git a/requirements-test.txt b/requirements-test.txt index 6e29baf9..b78d8381 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -27,7 +27,7 @@ freezegun>=1.5.5 factory-boy>=3.2.0 # Documentation testing -sphinx>=6.0.0 +sphinx>=9.0.4 sphinx-rtd-theme>=3.1.0 # Container testing