Skip to content

Commit

Permalink
ignore vulnerability for werkzeug and cryptography #489
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadkitenge committed Dec 2, 2024
1 parent 2939010 commit 27f8ff9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ def safety(session):
"72731",
"--ignore",
"72981",
"--ignore",
"73711",
"--ignore",
"73969",
"--ignore",
"73889",
)

try:
Expand Down

0 comments on commit 27f8ff9

Please sign in to comment.