From bdae409a92055ed3bae21e0e49481cd5f5fc2e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 20:13:54 -0700 Subject: [PATCH] Bump Furo and Sphinx * Bump the python-packages group with 1 update Bumps the python-packages group with 1 update: [furo](https://github.com/pradyunsg/furo). - [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.07.26...2023.08.17) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] * sphinx==7.2.2 According to tip here: - https://github.com/pradyunsg/furo/discussions/693#discussioncomment-6753629 Refs #161 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Willison --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b51270d..6ab9486 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ -furo==2023.7.26 +sphinx==7.2.2 +furo==2023.8.17 sphinx-autobuild sphinx-copybutton myst-parser