Skip to content

Commit 2f795f9

Browse files
committed
chore(deps): address Dependabot / security advisories in uv.lock
Bump transitive packages (aiohttp, cryptography, tornado, pillow, requests, pygments, python-multipart, cbor2) and tighten dev tooling floors (pytest, black) to patched versions clearing GitHub/OSV-aligned findings. Made-with: Cursor
1 parent bfdf9ab commit 2f795f9

2 files changed

Lines changed: 209 additions & 212 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gpu = [
5454

5555
[dependency-groups]
5656
dev = [
57-
"pytest>=8.0",
57+
"pytest>=9.0.3",
5858
"pytest-rerunfailures>=15.0",
5959
"ruff>=0.11", # sync'ed with .pre-commit-config
6060
"pre-commit>=4.0",
@@ -69,7 +69,7 @@ docs = [
6969
"griffe>=1.0",
7070
"pymdown-extensions>=10.0",
7171
"griffe-fieldz>=0.2",
72-
"black>=25.0",
72+
"black>=26.3.1",
7373
]
7474

7575
[project.urls]

0 commit comments

Comments
 (0)