From 59122984620bcae4c6fb1fbf4ada5d31469d9d5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Oct 2022 17:28:59 +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-1079232 - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-1584144 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fbf40c7..697e49c 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.8.0 pytest-asyncio==0.10.0 pytest-aiohttp==0.3.0 asynctest==0.12.3