From dec4ca82e9aabfceee04f5c8d5de6a0f2fe4de11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 20:33:34 +0000 Subject: [PATCH 1/2] Bump furo from 2024.4.27 to 2024.5.6 in /core Bumps [furo](https://github.com/pradyunsg/furo) from 2024.4.27 to 2024.5.6. - [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/2024.04.27...2024.05.06) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index ac23063f2e..f8c890034b 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -80,7 +80,7 @@ dev = [ "typing-extensions == 4.9.0 ; python_version < '3.10'", ] docs = [ - "furo == 2024.4.27", + "furo == 2024.5.6", "Pillow == 10.3.0", "pyenchant == 3.2.2", # Sphinx 7.2 deprecated support for Python 3.8 From 8cba7db68039097a7d840e0309ee221eacc328ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 20:38:30 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2568.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2568.misc.rst diff --git a/changes/2568.misc.rst b/changes/2568.misc.rst new file mode 100644 index 0000000000..72feaa9b80 --- /dev/null +++ b/changes/2568.misc.rst @@ -0,0 +1 @@ +Updated furo from 2024.4.27 to 2024.5.6 in /core.