From 493276bed15d24af22c3714ee1d6d85cf4af49c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:15:13 +0000 Subject: [PATCH] Bump furo from 2023.8.17 to 2023.8.19 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.8.17 to 2023.8.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.08.17...2023.08.19) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a55e4fe9a..f0a173132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -298,7 +298,7 @@ dev = [ "dodgy==0.2.1", "enum-tools[sphinx]==0.10.0", "freezegun==1.2.2", - "furo==2023.8.17", + "furo==2023.8.19", "mypy==1.5.1", "pdm==2.8.2", "pip_check_reqs==2.4.4",