diff --git a/Makefile b/Makefile index 3581fdf961..c5976763f0 100644 --- a/Makefile +++ b/Makefile @@ -165,6 +165,7 @@ safety: ## Run `safety check` to check python dependencies for vulnerabilities. --ignore 54421 \ --ignore 55261 \ --ignore 58912 \ + --ignore 59473 \ --full-report -r $$req_file \ && echo -e '\n' \ || exit 1; \