Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates (#252)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [litestar](https://github.com/litestar-org/litestar) and [nvidia-cublas-cu12](https://developer.nvidia.com/cuda-zone).


Updates `litestar` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/litestar-org/litestar/releases)
- [Commits](litestar-org/litestar@v2.12.1...v2.13.0)

Updates `nvidia-cublas-cu12` from 12.6.3.3 to 12.6.4.1

---
updated-dependencies:
- dependency-name: litestar
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nvidia-cublas-cu12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Nov 21, 2024
1 parent 1c2107b commit 1d1b577
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
32 changes: 24 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 @@ -25,7 +25,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
litestar = "^2.12.1"
litestar = "^2.13.0"
pydantic-settings = "^2.6.1"
transformers = "^4.46.3"
ctranslate2 = "^4.5.0"
Expand All @@ -35,7 +35,7 @@ picologging = "^0.9.3"
granian = "^1.6.3"

[tool.poetry.group.cuda.dependencies]
nvidia-cublas-cu12 = "^12.6.3.3"
nvidia-cublas-cu12 = "^12.6.4.1"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.389"
Expand Down

0 comments on commit 1d1b577

Please sign in to comment.