From 342b8fbc20bd342c7d3c8b5ccf33419e5a8d1607 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Jul 2025 03:58:56 +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-10742466 --- 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..8e9fbabcce6 100644 --- a/async_downloader/requirements.txt +++ b/async_downloader/requirements.txt @@ -1 +1 @@ -aiohttp==2.1.0 +aiohttp==3.12.14