From 508004b15f4a04b58fabb6a5520e3c27b5a3a458 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Apr 2024 20:56:09 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6645291 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2805455..7345414 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ pyjwt permit #for util.py -typer \ No newline at end of file +typer +aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file