diff --git a/clients/python/poetry.lock b/clients/python/poetry.lock index 76bda6f5d..c403b6375 100644 --- a/clients/python/poetry.lock +++ b/clients/python/poetry.lock @@ -408,20 +408,20 @@ tqdm = ["tqdm"] [[package]] name = "furo" -version = "2023.9.10" +version = "2024.5.6" 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.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 = "grpcio" @@ -1747,4 +1747,4 @@ hf = ["huggingface-hub"] [metadata] lock-version = "2.0" python-versions = ">= 3.9, < 3.11" -content-hash = "a3f54d19085bb81a73078d8f66c86bf82283cef7dfc67cfd05faff3aeb18323c" +content-hash = "c973d75abf0797917559b1fa67e20bec050fad676a6c7ad14c6a0ee73a9ecf9f" diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 2b7dcd488..02b2a197c 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -25,7 +25,7 @@ hf = ["huggingface-hub"] [tool.poetry.group.dev.dependencies] sphinx = "^7.2.6" -furo = "^2023.9.10" +furo = ">=2023.9.10,<2025.0.0" myst-parser = { extras = ["linkify"], version = "^2.0.0" } pytest = ">=7.4.2,<9.0.0" coverage = { extras = ["toml"], version = "^7.3.2" }