From 03526ac81dde78867f315a4b9ee1de65d2caa60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:31:03 +0000 Subject: [PATCH] build(deps): bump sphinx from 7.2.6 to 7.4.4 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.4.4. - [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.4.4) --- 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..535e3c70d7a 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.4.4 sphinx-copybutton==0.5.2 sphinx_inline_tabs==2023.4.21