From 5fa4fbe3ae9cdfb0fa7f89e5144438e491e63806 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Aug 2024 05:41:28 +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-7675597 --- 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..c7397721f95 100644 --- a/async_downloader/requirements.txt +++ b/async_downloader/requirements.txt @@ -1 +1 @@ -aiohttp==2.1.0 +aiohttp==3.10.2