From 51a9207069874e84f6a579abd2e3f5ddd81d3da4 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Fri, 12 Aug 2022 16:01:10 +0000 Subject: [PATCH] Ignore vuln on mistune included via notifications-utils --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 47ed4d1c6..e101e46e3 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ freeze-requirements: ## Pin all requirements including sub dependencies into req .PHONY: audit audit: pip install --upgrade pip-audit - pip-audit -r requirements.txt -r requirements_for_test.txt -l + pip-audit -r requirements.txt -r requirements_for_test.txt -l --ignore-vuln PYSEC-2022-237 .PHONY: clean clean: