From fcbc7df0d4edb0a8382adc1c25ca2c397036ed55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 04:13:58 +0000 Subject: [PATCH] Bump furo from 2023.7.26 to 2025.7.19 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.7.26 to 2025.7.19. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2023.07.26...2025.07.19) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.7.19 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 5c181a9d..da17e37e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "setuptools", "wheel", "Sphinx>=4.3.0,<7.1.0", - "furo==2023.7.26", + "furo==2025.7.19", "myst-parser>=1.0,<2.1", "sphinx-copybutton==0.5.2", "sphinx-autobuild==2021.3.14",