From 364168951968ea5cf7a27c1c43a31a384d8d167a Mon Sep 17 00:00:00 2001 From: Viktor Bozhinov <45173816+VKTB@users.noreply.github.com> Date: Thu, 31 Aug 2023 11:51:43 +0000 Subject: [PATCH] Ignore new vulernabilties that cannot be fixed --- noxfile.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/noxfile.py b/noxfile.py index 54647e5..0e5f814 100644 --- a/noxfile.py +++ b/noxfile.py @@ -96,6 +96,12 @@ def safety(session): "54456", "--ignore", "55261", + "--ignore", + "58755", + "--ignore", + "59062", + "--ignore", + "59473", ) try: