From 738ea891ea01843c3386b74eb5d4c3d0f465136a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:54:40 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 7.4.0 (#919) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.4.0. - [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.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a4f814416..1596ae4e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ "myst_parser==2.0.0", "numpydoc==1.7.0", "sphinx-copybutton==0.5.2", - "sphinx==7.2.6", + "sphinx==7.4.0", "sphinx_design==0.6.0", ] dev = ["pre-commit>=2.12.1"]