From 3e5eec7e37648dd7b9735e9e7e38a363c2e6c8ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 03:02:27 +0000 Subject: [PATCH] build(deps): bump sphinx from 7.3.7 to 8.0.2 in /Documentation/sphinx Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 8.0.2. - [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.0.2) --- 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..ca0cf52866cd 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.0.2 pyyaml