From 94f1408732204bf0e1d2fccbd3ac644a846b2a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:33:11 +0000 Subject: [PATCH 1/2] Update sphinx requirement from <7,>=3.0.3 to >=3.0.3,<9 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/v3.0.3...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e661e9..691de80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ docutils>=0.16 -sphinx<7,>=3.0.3 +sphinx>=3.0.3,<9 sphinx-jinja2-compat>=0.2.0 From 42ad66c873c17360358ea9b6af2cb9a6e79805b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:33:31 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 691de80..a21b9b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ docutils>=0.16 -sphinx>=3.0.3,<9 +sphinx<9,>=3.0.3 sphinx-jinja2-compat>=0.2.0