From e32aaea409bc4fb03c74dea943fab6b297133ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:55:47 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 7.3.7 in /docs/docsite Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7. - [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.2.6...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/docsite/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/requirements.txt b/docs/docsite/requirements.txt index 6bcb4d843f26..d4b34dea3152 100644 --- a/docs/docsite/requirements.txt +++ b/docs/docsite/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=docs/docsite/requirements.txt --strip-extras docs/docsite/requirements.in # -alabaster==0.7.13 +alabaster==0.7.16 # via sphinx ansible-pygments==0.1.1 # via sphinx-ansible-theme @@ -41,7 +41,7 @@ requests==2.31.0 # via sphinx snowballstemmer==2.2.0 # via sphinx -sphinx==7.2.6 +sphinx==7.3.7 # via # -r requirements.in # sphinx-ansible-theme