From 14919ac4e1a392f41f80c3df9d810f94a3e88c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 01:14:01 +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 4e1e218..3b182e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ optional-dependencies.develop = [ "validate-pyproject<0.19", ] optional-dependencies.doc = [ - "furo==2024.1.29", # Check visited link style on newer versions! + "furo==2024.8.6", # Check visited link style on newer versions! "myst-parser[linkify]>=0.18,<5", "sphinx-autobuild==2021.3.14", # Newer versions stopped "watching" appropriately? "sphinx-copybutton",