chore: remove pip 25.2 audit exception after pip 25.3 release (#661)

This commit is contained in:
Jens
2025-10-25 20:40:45 +02:00
committed by GitHub
parent 06bbd0ef6f
commit 08a60c2043

View File

@@ -144,10 +144,8 @@ jobs:
- name: Check with pip-audit
# until https://github.com/astral-sh/ruff/issues/8277
# TODO: Re-enable pip vulnerability checking when pip 25.3 is released (currently disabled for pip 25.2 due to GHSA-4xh5-x5gv-qwph)
# https://github.com/pypa/pip/issues/13607
run:
pdm run pip-audit --progress-spinner off --skip-editable --verbose --ignore-vuln GHSA-4xh5-x5gv-qwph
pdm run pip-audit --progress-spinner off --skip-editable --verbose
- name: Check with ruff