From 0c156838d805ebc5da3e668888e3ec272650f2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:19:25 +0000 Subject: [PATCH] build(deps): bump sphinx from 7.2.6 to 7.4.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.4.1. - [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.1) --- 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..48978546204 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.1 sphinx-copybutton==0.5.2 sphinx_inline_tabs==2023.4.21