From 1c19676042e82f9c7539b4f348b08fbe301f7e2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jul 2023 23:30:08 +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-5798483 --- 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..8af244589bf 100644 --- a/async_downloader/requirements.txt +++ b/async_downloader/requirements.txt @@ -1 +1 @@ -aiohttp==2.1.0 +aiohttp==3.8.5