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
@@ -73,7 +73,7 @@ jobs:
- name: Safety
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry run safety check --ignore 67599 --ignore 70612
poetry run safety check --ignore 70612
- name: Vulture
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |