From 22600a0233c785292b8857a6909cfb6103df6205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 05:29:37 +0000 Subject: [PATCH] Bump furo from 2023.5.20 to 2023.7.26 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.5.20 to 2023.7.26. - [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.05.20...2023.07.26) --- 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 a6a71a8bf..18056b915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -295,7 +295,7 @@ dev = [ "dodgy==0.2.1", "enum-tools[sphinx]==0.10.0", "freezegun==1.2.2", - "furo==2023.5.20", + "furo==2023.7.26", "mypy==1.4.1", "pdm==2.8.1", "pip_check_reqs==2.4.4",