From 66c2b0314035a9b791b97668b68223b6afef04c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 02:10:25 +0000 Subject: [PATCH] Update sphinx requirement from ~=8.1 to ~=8.2 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/v8.1.0...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index aad16a5b..e4bd0f26 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ # this is used for pushing to github pages # sphinx~=7.4; python_version < '3.10' -sphinx~=8.1; python_version >= '3.10' +sphinx~=8.2; python_version >= '3.10' sphinx-rtd-theme~=3.0 sphinxcontrib-spelling~=8.0 sphinxcontrib-googleanalytics~=0.4