Skip to content

Commit

Permalink
build(deps-dev): 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-cublas-cu12](https://developer.nvidia.com/cuda-zone) and [ruff](https://github.com/astral-sh/ruff).


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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 6a9400a commit a973243
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 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 @@ -35,10 +35,10 @@ picologging = "^0.9.3"
granian = "^1.7.5"

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

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.392"
pytest = "^8.3.4"
ruff = "^0.9.2"
ruff = "^0.9.3"
httpx = "^0.28.1"

0 comments on commit a973243

Please sign in to comment.