diff --git a/poetry.lock b/poetry.lock index 29ffdc9c..c57cfc0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -293,13 +293,13 @@ typing = ["typing-extensions (>=4.7.1)"] [[package]] name = "furo" -version = "2023.9.10" +version = "2024.1.29" description = "A clean customisable Sphinx documentation theme." optional = false 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] @@ -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 = "cb0019419086cf8ec41449e1e56a78eac4cf5ec3d867d3096481d3971f42c069" +content-hash = "fdbb06a46b7ffc362288576bb5ac37175fdbe1ae42cb0496a5655585bcbd6e74" diff --git a/pyproject.toml b/pyproject.toml index 805a1a0e..c4a6989e 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 = "2023.9.10", python = "^3.9" } +furo = { version = "2024.1.29", python = "^3.9" } [tool.poetry.group.dev.dependencies] yarl = "==1.9.4"