From 81a0ebfafde433d8c03ade6836420f1068ddcc13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Nov 2024 06:42:31 +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-8383923 --- 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..5e81ed52 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.11 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file