From ba69ddf0ec856cdb3637ee1e0c12a616f191dac4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Aug 2024 09:44:29 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fbf40c7..17dcfac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pytest==4.4.0 requests==2.20.0 pytest-cov==2.5.1 asyncio==3.4.3 -aiohttp==3.5.4 +aiohttp==3.10.2 pytest-asyncio==0.10.0 pytest-aiohttp==0.3.0 asynctest==0.12.3