From 69a255d2a910d8004f45bee42bae1c9ee261752d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Oct 2022 10:12:51 +0000 Subject: [PATCH] fix: async_downloader/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 --- async_downloader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async_downloader/requirements.txt b/async_downloader/requirements.txt index 4c2617176b7..c4a50b2b7eb 100644 --- a/async_downloader/requirements.txt +++ b/async_downloader/requirements.txt @@ -1 +1 @@ -aiohttp==2.1.0 +aiohttp==3.8.0