From 65bb82e85cf1d3d7fe0b925cceaa9044d4cafc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:30:17 +0000 Subject: [PATCH] chore(deps-dev): update sphinx requirement from >=5.0.0 to >=9.1.0 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.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0ec5369..66bc46f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,5 +8,5 @@ flake8>=6.0.0 pre-commit>=3.0.0 tox>=4.0.0 coverage>=7.0.0 -sphinx>=5.0.0 +sphinx>=9.1.0 sphinx-rtd-theme>=1.2.0 \ No newline at end of file