From e5b3a101b82be31b9c25708678d1e5af8e5493c1 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 22 Jul 2024 19:13:46 +0200 Subject: [PATCH] Fix CVE-2024-6345 and CVE-2024-39689. Fixes #1521 #1520 --- scripts/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 5fe8f361..48b17515 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,6 +1,6 @@ -setuptools==65.5.1 +setuptools==71.1.0 cx_Freeze==5.1.1 -requests==2.32.0 +requests==2.32.3 packaging==20.9 appdirs==1.4.4 psutil==5.8.0