From 4217b60eec2bfa870d3624e7bcd3f6f4ea4c376e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Nov 2024 02:26:25 +0000 Subject: [PATCH] fix: tob-api/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923 --- tob-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tob-api/requirements.txt b/tob-api/requirements.txt index 4a2af89a2..902e416b1 100644 --- a/tob-api/requirements.txt +++ b/tob-api/requirements.txt @@ -47,7 +47,7 @@ asyncio>=3.4.3,<4 ptvsd==4.1.1a1 # aiohttp -aiohttp~=3.4.0 +aiohttp~=3.10.11 aiohttp-wsgi~=0.8.1 asgiref~=3.1.2 \ No newline at end of file