From 5dd782128419ed3d1d4f776471cca96b56ad7178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:47:48 +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 cab0748f2bd..ffb523e3bbf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,6 +3,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