diff --git a/poetry.lock b/poetry.lock index 546a9f75..d298d36c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,13 +296,13 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "furo" -version = "2024.1.29" +version = "2024.4.27" description = "A clean customisable Sphinx documentation theme." optional = false python-versions = ">=3.8" files = [ - {file = "furo-2024.1.29-py3-none-any.whl", hash = "sha256:3548be2cef45a32f8cdc0272d415fcb3e5fa6a0eb4ddfe21df3ecf1fe45a13cf"}, - {file = "furo-2024.1.29.tar.gz", hash = "sha256:4d6b2fe3f10a6e36eb9cc24c1e7beb38d7a23fc7b3c382867503b7fcac8a1e02"}, + {file = "furo-2024.4.27-py3-none-any.whl", hash = "sha256:f7eb1b2c2204fd9cbd4af42e027289a67f17a98a4e14f4f9e2f17b96d61bb020"}, + {file = "furo-2024.4.27.tar.gz", hash = "sha256:15a9b65269038def2cefafb86c71c6616e3969b8f07ba231f588c10c4aee6d88"}, ] [package.dependencies] @@ -1230,4 +1230,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "aa8ab12dd679a6df6820c1e270d2cf0605dd17ec91a0938a78b1d93ba90fdc4e" +content-hash = "e22060107eed48c1ac0278a8c1bf08af243659e93ca32db39b4b2efbbd96ec8d" diff --git a/pyproject.toml b/pyproject.toml index f5fc8fea..c6066135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ typing-extensions = "*" [tool.poetry.group.docs.dependencies] sphinx = { version = "^7.0.0", python = "^3.9" } -furo = { version = "2024.1.29", python = "^3.9" } +furo = { version = "2024.4.27", python = "^3.9" } [tool.poetry.group.dev.dependencies] yarl = "==1.9.4"