From f5151f458c1da5d7a2f52af8981d39ce6ae56b5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 07:39:57 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ad32fb..6df6807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ black pre-commit -pytest-cov \ No newline at end of file +pytest-cov +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file