From 1b27c572d1aeef422a432a799b0f917a66523ef0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Apr 2024 20:56:27 +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 831df64..09debfe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ twitchAPI==2.1.0 Mastodon.py==1.5.1 boto3==1.17.21 hvac==0.10.14 -tweepy==4.14.0 \ No newline at end of file +tweepy==4.14.0 +aiohttp>=3.9.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file