Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [fastapi](https://github.com/tiangolo/fastapi), [transformers](https://github.com/huggingface/transformers) and [ruff](https://github.com/astral-sh/ruff).


Updates `fastapi` from 0.110.0 to 0.110.1
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.110.0...0.110.1)

Updates `transformers` from 4.39.2 to 4.39.3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.39.2...v4.39.3)

Updates `ruff` from 0.3.4 to 0.3.5
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.4...v0.3.5)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 79ef828 commit ab22bf6
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
58 changes: 29 additions & 29 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
typing-extensions = "^4.10.0"
fastapi = "^0.110.0"
fastapi = "^0.110.1"
pydantic-settings = "^2.2.0"
gunicorn = "^21.2.0"
uvicorn = "^0.29.0"
httptools = "^0.6.1"
uvloop = "^0.19.0"
transformers = "^4.39.2"
transformers = "^4.39.3"
ctranslate2 = "^4.1.0"
supervisor = "^4.2.5"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.356"
pylint = "^3.1.0"
pytest = "^8.1.1"
ruff = "^0.3.4"
ruff = "^0.3.5"
httpx = "^0.27.0"

0 comments on commit ab22bf6

Please sign in to comment.