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: [nvidia-cudnn-cu11](https://developer.nvidia.com/cuda-zone) and [ruff](https://github.com/astral-sh/ruff).


Updates `nvidia-cudnn-cu11` from 8.9.4.25 to 8.9.5.29

Updates `ruff` from 0.0.292 to 0.1.0
- [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.0.292...v0.1.0)

---
updated-dependencies:
- dependency-name: nvidia-cudnn-cu11
  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-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 17, 2023
1 parent ce186dc commit 4acef6b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
43 changes: 21 additions & 22 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 @@ -30,7 +30,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
faster-whisper = "^0.9.0"
nvidia-cudnn-cu11 = { version = "^8.9.4.25", optional = true }
nvidia-cudnn-cu11 = { version = "^8.9.5.29", optional = true }
nvidia-cublas-cu11 = { version = "^11.11.3.6", optional = true }

[tool.poetry.group.server.dependencies]
Expand All @@ -44,7 +44,7 @@ uvloop = "^0.18.0"
pyright = "^1.1.331"
pylint = "^3.0.1"
pytest = "^7.4.2"
ruff = "^0.0.292"
ruff = "^0.1.0"
httpx = "^0.25.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 4acef6b

Please sign in to comment.