chore(safety): update vulnerable library version (#4284)

This commit is contained in:
Sergio Garcia
2024-06-21 10:23:17 -04:00
committed by GitHub
parent 9ca64e7bdb
commit 3667370604
3 changed files with 11 additions and 22 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ repos:
- id: safety
name: safety
description: "Safety is a tool that checks your installed dependencies for known security vulnerabilities"
entry: bash -c 'safety check --ignore 67599 --ignore 70612'
entry: bash -c 'safety check --ignore 70612'
language: system
- id: vulture