From de7c8cbad199e8c6ccad22466258b7796270ba5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:42:35 +0000 Subject: [PATCH] chore(deps): Update sphinx requirement from ~=8.1.3 to ~=8.2.1 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.2.1/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.3...v8.2.1) --- updated-dependencies: - dependency-name: sphinx 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 d78d51757e..c71935d4db 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ # Defining the exact versions for ReadTheDocs that will make sure things don't break -sphinx~=8.1.3 +sphinx~=8.2.1 sphinx-rtd-theme~=3.0.2 readthedocs-sphinx-search~=0.3.2 sphinx-notfound-page~=1.1.0