Skip to content

Commit

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


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

Updates `pyright` from 1.1.382.post1 to 1.1.383
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.382.post1...v1.1.383)

---
updated-dependencies:
- dependency-name: nvidia-cublas-cu12
  dependency-type: direct:development
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 2aa1e19 commit 96b149d
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 @@ -48,10 +48,10 @@ picologging = "^0.9.3"
granian = "^1.6.0"

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

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.382"
pyright = "^1.1.383"
pylint = "^3.3.1"
pytest = "^8.3.3"
ruff = "^0.6.8"
Expand Down

0 comments on commit 96b149d

Please sign in to comment.