From 05a965f1b6107d7f4078dd8d94f3652c63869b21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:24:23 +0000 Subject: [PATCH] [pip](deps): Bump furo from 2024.4.27 to 2024.5.6 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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 29b0155..b337032 100644 --- a/poetry.lock +++ b/poetry.lock @@ -930,20 +930,20 @@ files = [ [[package]] name = "furo" -version = "2024.4.27" +version = "2024.5.6" description = "A clean customisable Sphinx documentation theme." optional = false python-versions = ">=3.8" files = [ - {file = "furo-2024.4.27-py3-none-any.whl", hash = "sha256:f7eb1b2c2204fd9cbd4af42e027289a67f17a98a4e14f4f9e2f17b96d61bb020"}, - {file = "furo-2024.4.27.tar.gz", hash = "sha256:15a9b65269038def2cefafb86c71c6616e3969b8f07ba231f588c10c4aee6d88"}, + {file = "furo-2024.5.6-py3-none-any.whl", hash = "sha256:490a00d08c0a37ecc90de03ae9227e8eb5d6f7f750edf9807f398a2bdf2358de"}, + {file = "furo-2024.5.6.tar.gz", hash = "sha256:81f205a6605ebccbb883350432b4831c0196dd3d1bc92f61e1f459045b3d2b0b"}, ] [package.dependencies] beautifulsoup4 = "*" pygments = ">=2.7" sphinx = ">=6.0,<8.0" -sphinx-basic-ng = "*" +sphinx-basic-ng = ">=1.0.0.beta2" [[package]] name = "h11" @@ -2457,4 +2457,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "b987c997f2d5d47c91ad78dae46aeb3846cce9fa5068fe9456fac43f943bbd67" +content-hash = "c50327840495c94943b219db9fe4dd6184ce3d22b6724668e294bffe05a97c6e" diff --git a/pyproject.toml b/pyproject.toml index 8498720..637a32c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tox = "^4" sphinx = "^7.3.7" sphinx-autobuild = "^2024.4.16" sphinx-copybutton = "^0.5.2" -furo = "^2024.4.27" +furo = "^2024.5.6" [tool.isort] profile = 'black'