From da60cea05205ebd2bbdff9a41513bd7d9ed0e78d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:11:34 +0000 Subject: [PATCH] Bump sphinx from 5.3.0 to 7.3.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 7.3.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/v5.3.0...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e45ec466..99649877a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "setuptools", "wheel", "build", - "Sphinx==5.3.0", + "Sphinx==7.3.7", "furo==2023.3.27", "myst-parser==1.0.0", "sphinx-copybutton==0.5.2",