From c369e0da55c0c250cc119998ae37cbe8a4586ada Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 05:30:43 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 7.3.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.5. - [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.5) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33c6613a1..c62e02cb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -321,7 +321,7 @@ dev = [ "PyYAML==6.0.1", "requests-mock-flask==2023.5.14", "ruff==0.3.7", - "Sphinx==7.2.6", + "Sphinx==7.3.5", "sphinx-prompt==1.8", "Sphinx-Substitution-Extensions==2024.2.25", "sphinx-toolbox==3.5",