From f72e8d4b97965edaf812f3665550bcc97d5d86c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 07:39:13 +0000 Subject: [PATCH] MAINT: Bump sphinx from 7.1.1 to 7.2.5 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.1 to 7.2.5. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.1...v7.2.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 d1af028..17b4380 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ doc = [ "jupytext==1.15.0", "myst-parser==2.0.0", "numpydoc==1.5.0", - "Sphinx==7.1.1", + "Sphinx==7.2.5", "sphinx-autoapi==2.1.1", "sphinx-autodoc-typehints==1.24.0", "sphinx-copybutton==0.5.2",