From bde00cabc809e48d0dfb06d8aa26a58126e7bb36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 07:46:08 +0000 Subject: [PATCH] build(deps): bump sphinx from 7.3.7 to 7.4.5 in /Documentation/sphinx Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.5. - [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...v7.4.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... 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 f90f0eb8d731..4adf7e73793f 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<0.7.17 -Sphinx==7.3.7 +Sphinx==7.4.5 pyyaml