From 1974d12666ccaa850ce4be2bf28edad2bdcdffe3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 03:33:28 +0000 Subject: [PATCH] fix: app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923 --- app/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index e614dd5..f414db2 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -8,4 +8,5 @@ django-cors-headers python-dotenv django-filter django-nextjs -markdown \ No newline at end of file +markdown +aiohttp>=3.10.11 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file