fix: resolve pip-audit failures (onnx 1.22.0, nltk PYSEC-2026-597) (#6472)

* fix: upgrade onnx to 1.22.0 and ignore unfixed nltk advisory in pip-audit

* fix: sync pip-audit ignore list in pre-commit config with the workflow
This commit is contained in:
Renato Nitta
2026-07-07 14:09:19 -03:00
committed by GitHub
parent 799ab0f548
commit 792b58f46b
3 changed files with 24 additions and 25 deletions

View File

@@ -34,6 +34,7 @@ repos:
--ignore-vuln PYSEC-2024-277
--ignore-vuln PYSEC-2026-89
--ignore-vuln PYSEC-2026-97
--ignore-vuln PYSEC-2026-597
--ignore-vuln PYSEC-2025-148
--ignore-vuln PYSEC-2025-183
--ignore-vuln PYSEC-2025-189