From 4ee61cb8b9b4097894df79b34bd32efb82b9fc00 Mon Sep 17 00:00:00 2001 From: Chayim Date: Mon, 13 Feb 2023 12:03:18 +0200 Subject: [PATCH] Silencing non-pinned dep notifcation (#478) pip audit silence --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b5d1c..440efcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,6 +43,7 @@ jobs: GHSA-w596-4wvx-j9j6 # subversion related git dep, dependency for pytest. This is no impact here. GHSA-2p9h-ccw7-33gf # invalid ddos comment on the cleo package GHSA-hcpj-qp55-gfph + GHSA-29gw-9793-fvw7 # ipython test dep, not in release lint: name: Linter