From 40af7a50af504e34bb322d7681f16bd9c56f1b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 16:56:36 +0000 Subject: [PATCH] Bump sphinx from 7.2.6 to 8.2.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 8.2.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.2.3) --- 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 d724b7f..a79022b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "matplotlib>=3.10.1", "myst-parser[linkify]==2.0.0", "shibuya==2025.2.28", - "sphinx==7.2.6", + "sphinx==8.2.3", "sphinx-copybutton==0.5.2", "sphinx-design==0.5.0", "sphinx-sitemap==2.5.1",