Skip to content

Commit f36e7b2

Browse files
committed
ci: remove vulnerability ignored in pip-audit command
1 parent cb1ba92 commit f36e7b2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,4 @@ jobs:
6565
run: uv sync --group dev
6666

6767
- name: Audit dependencies
68-
# CVE-2026-3219 affects pip itself; no fix version available yet
69-
run: uv run pip-audit --ignore-vuln CVE-2026-3219
68+
run: uv run pip-audit

0 commit comments

Comments
 (0)