From 0328673b1ea45a4ef3b351ef13bba18e9204b8d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:05:29 +0200 Subject: [PATCH] build(deps): bump the minor group with 2 updates (#957) Bumps the minor group with 2 updates: [huggingface-hub](https://github.com/huggingface/huggingface_hub) and [sphinx](https://github.com/sphinx-doc/sphinx). Updates `huggingface-hub` from 0.23.4 to 0.23.5 - [Release notes](https://github.com/huggingface/huggingface_hub/releases) - [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.23.4...v0.23.5) Updates `sphinx` from 7.4.4 to 7.4.5 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.4...v7.4.5) --- updated-dependencies: - dependency-name: huggingface-hub dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 14 +++++++------- pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8c5e094cf..20a3e5cb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1458,13 +1458,13 @@ socks = ["socksio (==1.*)"] [[package]] name = "huggingface-hub" -version = "0.23.4" +version = "0.23.5" description = "Client library to download and publish models, datasets and other repos on the huggingface.co hub" optional = false python-versions = ">=3.8.0" files = [ - {file = "huggingface_hub-0.23.4-py3-none-any.whl", hash = "sha256:3a0b957aa87150addf0cc7bd71b4d954b78e749850e1e7fb29ebbd2db64ca037"}, - {file = "huggingface_hub-0.23.4.tar.gz", hash = "sha256:35d99016433900e44ae7efe1c209164a5a81dbbcd53a52f99c281dcd7ce22431"}, + {file = "huggingface_hub-0.23.5-py3-none-any.whl", hash = "sha256:d7a7d337615e11a45cc14a0ce5a605db6b038dc24af42866f731684825226e90"}, + {file = "huggingface_hub-0.23.5.tar.gz", hash = "sha256:67a9caba79b71235be3752852ca27da86bd54311d2424ca8afdb8dda056edf98"}, ] [package.dependencies] @@ -4690,13 +4690,13 @@ files = [ [[package]] name = "sphinx" -version = "7.4.4" +version = "7.4.5" description = "Python documentation generator" optional = false python-versions = ">=3.9" files = [ - {file = "sphinx-7.4.4-py3-none-any.whl", hash = "sha256:0b800d06701329cba601a40ab8c3d5afd8f7e3518f688dda61fd670effc327d2"}, - {file = "sphinx-7.4.4.tar.gz", hash = "sha256:43c911f997a4530b6cffd4ff8d5516591f6c60d178591f4406f0dd02282e3f64"}, + {file = "sphinx-7.4.5-py3-none-any.whl", hash = "sha256:9f135d8c1d277db67be514be579c4c4a26c8c0e962219aaca5a721b04bd6d0d8"}, + {file = "sphinx-7.4.5.tar.gz", hash = "sha256:a4abe5385bf856df094c1e6cadf24a2351b12057be3670b99a12c05a01d209f5"}, ] [package.dependencies] @@ -5765,4 +5765,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "79acad0ff510d802d4ab94a4771f058340729fbba657e028cf80b5f207733d5b" +content-hash = "71ea2a8b9729646227afd772b1bae8951b2e9628b38436b324744bf5d763846d" diff --git a/pyproject.toml b/pyproject.toml index 472eb68a7..dd1cb5d0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ requests = "^2.32.3" pycountry = "24.6.1" opentelemetry-api = "^1.22.0" opentelemetry-sdk = "^1.22.0" -huggingface-hub = "^0.23.4" +huggingface-hub = "^0.23.5" opentelemetry-exporter-otlp-proto-http = "1.23.0" # summary grader rouge-score = "^0.1.2" @@ -57,7 +57,7 @@ pandas-stubs = "^2.2.2.240603" # docs sphinx-rtd-theme = "^2.0.0" -sphinx = "^7.4.4" +sphinx = "^7.4.5" matplotlib = "^3.9.1" [tool.poetry.group.docs.dependencies]