diff --git a/poetry.lock b/poetry.lock index a151557a..0e517df9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -344,13 +344,13 @@ test = ["pytest (>=6)"] [[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] @@ -1099,4 +1099,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "cab51a3f9ea2ec5a533824a5d3d432583c6507ca0b97e5b76de3525653998fb4" +content-hash = "85ccdd8f22b3874a99e6230227b0d2bbcb2ea50319f69c5539bdb4c348b1d490" diff --git a/pyproject.toml b/pyproject.toml index 52a5ff77..780c439d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest-cov = "4.1.0" sphinxcontrib-autoprogram = "0.1.8" types-docutils = "0.20.0.20240106" pylint = "^3.0.0" -furo = "^2023.5.20" +furo = "^2024.0.0" setuptools = "^69.0.3" [build-system]