From 9a98f44394330a987ef36cf4c4c9d17644ef338b Mon Sep 17 00:00:00 2001 From: Alex Wernle <awernle@usgs.gov> Date: Wed, 25 Jan 2023 10:55:29 -0700 Subject: [PATCH] Change pyproject.toml to ignore sqlalchemy vulnerability --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e83497e..a681634a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ copy-absolutes = "geomagio.processing.copy_absolutes:main" [tool.poe.tasks] # e.g. "poetry run poe lint" audit = [ - { shell = "safety check"} + { shell = "safety check --ignore 51668"} ] lint = [ { shell = "black --check ." }, -- GitLab