From 18eeb7a72f6696a7e37b66bb8e185850a78b9ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:07:46 +0000 Subject: [PATCH] build(deps): bump sphinx from 7.2.6 to 7.3.7 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/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2898d759500..592d7b2ab41 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,6 +4,6 @@ m2r2==0.3.3.post2 rstcheck[sphinx]==6.2.1 rstfmt==0.0.14 setuptools # required by m2r2, Ubuntu 24.04 doesn't include this -Sphinx==7.2.6 +Sphinx==7.3.7 sphinx-copybutton==0.5.2 sphinx_inline_tabs==2023.4.21