From 81a14c91c2dbde7ca6aa870f127d80fa012f1cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 02:08:58 +0000 Subject: [PATCH] Bump sphinx from 7.3.7 to 7.4.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.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.3.7...v7.4.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 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 356f94c31..9dfda0e1a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ docutils==0.18.1 readthedocs-sphinx-search==0.3.2 # don't use sphinx > 7.2.0 because they dropped support for python 3.8. See https://www.sphinx-doc.org/en/master/changes.html for changelog -sphinx==7.3.7 +sphinx==7.4.7 sphinx-design==0.5.0 sphinx-argparse==0.4.0 sphinx-autoapi==3.0.0 diff --git a/pyproject.toml b/pyproject.toml index 4a77fe147..c6416f7c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ docs = [ "docutils==0.18.1", "readthedocs-sphinx-search==0.3.2", - "sphinx==7.3.7", + "sphinx==7.4.7", "sphinx-design==0.5.0", "sphinx-argparse==0.4.0", "sphinx-autoapi==3.0.0",