From fe151c83ca7df5cea1c1e29ecfe5a41cbbcb11f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:39:38 +0000 Subject: [PATCH] fix:(deps-dev): update furo requirement Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version. - [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/2022.06.04...2023.08.19) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7902bc33..707497cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pytest>=7.2.0", "pytest-cov>=4.0.0", "Sphinx>=5.3.0", - "furo>=2022.6.4,<2023.7.27", + "furo>=2022.6.4,<2023.8.20", "sphinx-copybutton>=0.5.0", "sphinxext-opengraph>=0.7.0", "myst-parser>=0.18.0",