From 9c9eb08523b1fa95bc3110def6c5319f6b4151e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 21:37:48 +0000 Subject: [PATCH] Bump furo from 2022.3.4 to 2022.6.4.1 Bumps [furo](https://github.com/pradyunsg/furo) from 2022.3.4 to 2022.6.4.1. - [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.03.04...2022.06.04.1) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 14fe43e..7c060cf 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,7 +24,7 @@ wheel Sphinx>=4.3.0,<4.6.0 # Sphinx theme: https://sphinx-themes.org/sample-sites/furo/ -furo==2022.3.4 +furo==2022.6.4.1 # Lets Sphinx parse markdown files in addition to rst. myst-parser>=0.15.2,<0.18.0