From 6ce40ab59fb31d6294aa5f2d1b6126df82fcfa14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Aug 2024 07:58:58 +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-AIOHTTP-7675597 --- 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..aa63e885 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 +aiohttp>=3.10.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file