Skip to content

Commit

Permalink
build(deps): bump the minor group with 2 updates (#871)
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates: [huggingface-hub](https://github.com/huggingface/huggingface_hub) and [hypercorn](https://github.com/pgjones/hypercorn).


Updates `huggingface-hub` from 0.23.1 to 0.23.2
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.23.1...v0.23.2)

Updates `hypercorn` from 0.16.0 to 0.17.2
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst)
- [Commits](pgjones/hypercorn@0.16.0...0.17.2)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: hypercorn
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent eb54323 commit b6ebde6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ langdetect = "^1.0.9"
pycountry = "23.12.11"
opentelemetry-api = "^1.22.0"
opentelemetry-sdk = "^1.22.0"
huggingface-hub = "^0.23.1"
huggingface-hub = "^0.23.2"
opentelemetry-exporter-otlp-proto-http = "1.23.0"
# summary grader
rouge-score = "^0.1.2"
Expand All @@ -45,7 +45,7 @@ pre-commit = "^3.7.1"
# tests
pytest = "^8.2"
pytest-xdist = "^3.6.1"
hypercorn = "^0.16.0"
hypercorn = "^0.17.2"

# typing
httpx = "*"
Expand Down

0 comments on commit b6ebde6

Please sign in to comment.