From 754c8838d63ffe6cca2ac705391e46286e73821a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:15:09 +0000 Subject: [PATCH] build(deps): Bump furo from 2023.9.10 to 2024.1.29 Bumps [furo](https://github.com/pradyunsg/furo) from 2023.9.10 to 2024.1.29. - [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.09.10...2024.01.29) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e969bde..e979e17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -544,13 +544,13 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "furo" -version = "2023.9.10" +version = "2024.1.29" description = "A clean customisable Sphinx documentation theme." optional = true python-versions = ">=3.8" files = [ - {file = "furo-2023.9.10-py3-none-any.whl", hash = "sha256:513092538537dc5c596691da06e3c370714ec99bc438680edc1debffb73e5bfc"}, - {file = "furo-2023.9.10.tar.gz", hash = "sha256:5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2"}, + {file = "furo-2024.1.29-py3-none-any.whl", hash = "sha256:3548be2cef45a32f8cdc0272d415fcb3e5fa6a0eb4ddfe21df3ecf1fe45a13cf"}, + {file = "furo-2024.1.29.tar.gz", hash = "sha256:4d6b2fe3f10a6e36eb9cc24c1e7beb38d7a23fc7b3c382867503b7fcac8a1e02"}, ] [package.dependencies] @@ -1773,4 +1773,4 @@ docs = ["Sphinx", "enum-tools", "furo"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1d8c1a88ffb69d03ec618511399539c6a78687a0f1d6a10c8a365f5adc91dd2f" +content-hash = "7394ee8b44ff98577e833aaa4c8dfde9798eb53e062d9b2cab1898ccd65ee352" diff --git a/pyproject.toml b/pyproject.toml index d6ac98b..f3b9be4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pydantic = "^2.4.2" click = { version = "^8.0.3", optional = true } appdirs = { version = "^1.4.4", optional = true } Sphinx = { version = "^7.2.6", optional = true } -furo = { version = "^2023.3.27", optional = true } +furo = { version = "^2024.1.29", optional = true } enum-tools = {extras = ["sphinx"], version = "^0.11.0", optional = true } [tool.poetry.extras]