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