From d78ee987be030e3a7b740fb3508e4b87d819a5f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 05:22:16 +0000 Subject: [PATCH] Bump sphinx from 7.4.0 to 7.4.4 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.0 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.4.0...v7.4.4) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 368b8e1e4..092dc17d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ optional-dependencies.dev = [ "pyyaml==6.0.1", "requests-mock-flask==2023.5.14", "ruff==0.5.2", - "sphinx==7.4.0", + "sphinx==7.4.4", "sphinx-paramlinks==0.6", "sphinx-prompt==1.8", "sphinx-substitution-extensions==2024.2.25",