From f6fd968ed768bd21ce4458ddd1646db5e98d7865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:12:17 +0000 Subject: [PATCH] build(deps-dev): bump furo from 2023.9.10 to 2024.5.6 in /clients/python (#110) Bumps [furo](https://github.com/pradyunsg/furo) from 2023.9.10 to 2024.5.6. - [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.05.06) --- updated-dependencies: - dependency-name: furo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- clients/python/poetry.lock | 10 +++++----- clients/python/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/python/poetry.lock b/clients/python/poetry.lock index 76bda6f5..c403b637 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 2b7dcd48..02b2a197 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" }