From 98ed7b26a7302100488aaaa13686a5a05dd7f30e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Nov 2024 03:41:21 +0000 Subject: [PATCH] fix: examples/tutorial/opt/opt/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923 --- examples/tutorial/opt/opt/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tutorial/opt/opt/requirements.txt b/examples/tutorial/opt/opt/requirements.txt index f2df112fa6ba..d77b018e8a14 100644 --- a/examples/tutorial/opt/opt/requirements.txt +++ b/examples/tutorial/opt/opt/requirements.txt @@ -5,3 +5,4 @@ sentencepiece != 0.1.92 protobuf accelerate >= 0.20.3 transformers +aiohttp>=3.10.11 # not directly required, pinned by Snyk to avoid a vulnerability