From 1abcfddb54c1c2810cdbb276a8d01836dac20022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:09:06 +0000 Subject: [PATCH] build(deps): bump sphinx from 7.3.7 to 8.1.0 in /Documentation/sphinx Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.1.0. - [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/v7.3.7...v8.1.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Documentation/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/sphinx/requirements.txt b/Documentation/sphinx/requirements.txt index 3d042593b36a..d0406ea8b1ce 100644 --- a/Documentation/sphinx/requirements.txt +++ b/Documentation/sphinx/requirements.txt @@ -2,5 +2,5 @@ jinja2<3.2 # alabaster>=0.7.14 is not compatible with Sphinx<=3.3 alabaster<1.0.1 -Sphinx==7.3.7 +Sphinx==8.1.0 pyyaml