From 1ce91c8c0bc1b61788ea3b16df7af36bc23e4fa9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 May 2024 23:49:52 +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-6808823 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f39a56..a11d20e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ eth-account -web3 \ No newline at end of file +web3 +aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file