From 87151e27a2315b7cd6c72f8b5c889e658b99a88f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 05:17:45 +0000 Subject: [PATCH] fix: examples/pytorch/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- examples/pytorch/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/pytorch/requirements.txt b/examples/pytorch/requirements.txt index 3d1f3f5e..bc0f4c42 100644 --- a/examples/pytorch/requirements.txt +++ b/examples/pytorch/requirements.txt @@ -6,4 +6,5 @@ torchdata>=0.6.1 torchvision webdataset s3fs -certifi \ No newline at end of file +certifi +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file