Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [transformers](https://github.com/huggingface/transformers) and [httpx](https://github.com/encode/httpx).


Updates `transformers` from 4.37.2 to 4.38.1
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.37.2...v4.38.1)

Updates `httpx` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.26.0...0.27.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: httpx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2024
1 parent ee91fcb commit 43fc013
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
44 changes: 24 additions & 20 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 @@ -37,7 +37,7 @@ gunicorn = "^21.2.0"
uvicorn = "^0.27.1"
httptools = "^0.6.1"
uvloop = "^0.19.0"
transformers = "^4.37.2"
transformers = "^4.38.1"
ctranslate2 = "^4.0.0"
supervisor = "^4.2.5"

Expand All @@ -46,4 +46,4 @@ pyright = "^1.1.350"
pylint = "^3.0.3"
pytest = "^8.0.1"
ruff = "^0.2.2"
httpx = "^0.26.0"
httpx = "^0.27.0"

0 comments on commit 43fc013

Please sign in to comment.