From 5115eeeb7c0fe63206421a397070cf847e01ca9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:57:29 +0000 Subject: [PATCH] build(deps): bump sphinx from 7.2.6 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 8.1.3. - [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...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index 5528ffbc..ac93098d --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ doc = [ "numpydoc==1.8.0", "pillow==10.4.0", "docker>=7.1.0", - "Sphinx==7.2.6", + "Sphinx==8.1.3", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.18.0", ] @@ -104,7 +104,7 @@ dev = [ "docker>=7.1.0", "pytest==8.3.3", "pytest-cov==4.1.0", - "Sphinx==7.2.6", + "Sphinx==8.1.3", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.18.0", "pre-commit==3.3.3",