build(deps): bump the python-deps group with 4 updates

Bumps the python-deps group with 4 updates: [nvidia-cudnn-cu12](https://developer.nvidia.com/cuda-zone), torch, [ultralytics](https://github.com/ultralytics/ultralytics) and [ruff](https://github.com/astral-sh/ruff).


Updates `nvidia-cudnn-cu12` from 9.10.2.21 to 9.23.1.3

Updates `torch` from 2.12.0 to 2.6.0+cu126

Updates `ultralytics` from 8.4.64 to 8.4.66
- [Release notes](https://github.com/ultralytics/ultralytics/releases)
- [Commits](https://github.com/ultralytics/ultralytics/compare/v8.4.64...v8.4.66)

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

---
updated-dependencies:
- dependency-name: nvidia-cudnn-cu12
  dependency-version: 9.23.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: torch
  dependency-version: 2.6.0+cu126
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: ultralytics
  dependency-version: 8.4.66
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: ruff
  dependency-version: 0.15.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-06-12 02:37:03 +00:00
committed by GitHub
parent 0e416176c6
commit b6659c2218
2 changed files with 137 additions and 262 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ classifiers = [
dependencies = [
"croniter>=5.0.2",
"insightface>=0.7.3",
"nvidia-cudnn-cu12>=9.0.0",
"nvidia-cudnn-cu12>=9.23.1.3",
"numpy>=2.2.6",
"onnxruntime-gpu>=1.23.2",
"opencv-python-headless>=4.12.0.88",
@@ -26,7 +26,7 @@ dependencies = [
"rich>=14.2.0",
"torch>=2.6.0",
"transformers>=4.57.6",
"ultralytics>=8.3.252",
"ultralytics>=8.4.66",
]
[project.scripts]
@@ -58,7 +58,7 @@ explicit = true
[dependency-groups]
dev = [
"pytest>=8.0",
"ruff>=0.9.2",
"ruff>=0.15.17",
]
[tool.hatch.build.targets.wheel]