From 54731e45527c9011216f5aa96b4fe26a9bc4ead9 Mon Sep 17 00:00:00 2001 From: MajorTanya Date: Wed, 11 Sep 2024 07:03:53 +0200 Subject: [PATCH] Update aiohttp & black aiohttp <=3.10.2 is vulnerable to CVE-2024-42367. Updated black to the recentmost version as well. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b4fc25b..6c4c354 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ git+https://github.com/Rapptz/discord.py@master mariadb==1.1.10 -aiohttp==3.9.5 -black==24.4.2 +aiohttp==3.10.5 +black==24.8.0 python-dotenv==1.0.1