From 72abee4a9436bb8a4d7d0494b858a8009b3710f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:18:13 +0000 Subject: [PATCH] Chore(deps): Bump furo from 2024.1.29 to 2024.8.6 Bumps [furo](https://github.com/pradyunsg/furo) from 2024.1.29 to 2024.8.6. - [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/2024.01.29...2024.08.06) --- updated-dependencies: - dependency-name: furo 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 c203f4f..ea0ba26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ optional-dependencies.develop = [ "validate-pyproject<0.19", ] optional-dependencies.docs = [ - "furo==2024.1.29", + "furo==2024.8.6", "myst-parser[linkify]>=0.18,<4", "sphinx-autobuild==2021.3.14", # Newer versions stopped "watching" appropriately? "sphinx-copybutton",