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-cu12](https://developer.nvidia.com/cuda-zone) and [pyright](https://github.com/RobertCraigie/pyright-python).


Updates `nvidia-cudnn-cu12` from 9.1.0.70 to 9.1.1.17

Updates `pyright` from 1.1.362 to 1.1.363
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.362...v1.1.363)

---
updated-dependencies:
- dependency-name: nvidia-cudnn-cu12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pyright
  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 May 15, 2024
1 parent 17b54c2 commit c1f9972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 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 @@ -30,7 +30,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
faster-whisper = "^1.0.2"
nvidia-cudnn-cu12 = { version = "^9.1.0.70", optional = true }
nvidia-cudnn-cu12 = { version = "^9.1.1.17", optional = true }
nvidia-cublas-cu12 = { version = "^12.4.5.8", optional = true }

[tool.poetry.group.server.dependencies]
Expand All @@ -44,7 +44,7 @@ httptools = "^0.6.1"
uvloop = "^0.19.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.362"
pyright = "^1.1.363"
pylint = "^3.2.0"
pytest = "^8.2.0"
ruff = "^0.4.4"
Expand Down

0 comments on commit c1f9972

Please sign in to comment.