From 3dd1a11b5cb4988c98014d0e18ae8fce2d25135e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Apr 2024 02:42:25 +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-6645291 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b46760..9b92d06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -aiohttp>=3.6.0,<3.8.0 \ No newline at end of file +aiohttp>=3.9.4,<3.8.0 \ No newline at end of file