From 3e264abd118578567f9e30f796448cff1da94748 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Aug 2024 15:21:24 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-7675597 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52cecb6a..b53cbe2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ pytest-dependency==0.5.1 black==22.3 plotly==5.2.1 tqdm==4.50.0 -faker==13.3.3 \ No newline at end of file +faker==13.3.3 +aiohttp>=3.10.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file