From 5af750f4abb967ac9572b383a74c8985e718e372 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 04:03:40 +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-6808823 --- 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