From a10162095417ee52c8828dd9b5e0351bbd7c6676 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 27 Feb 2021 15:52:39 +1030 Subject: [PATCH] Update requirements.txt --- scripts/requirements.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 00ed69b4..91bd3d02 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,9 +1,7 @@ -setuptools==40.8.0 -cx_Freeze==5.1.1 -requests==2.21.0 +setuptools==19.2 +cx_Freeze==5.0.2 +requests==2.23.0 packaging==19.0 appdirs==1.4.3 psutil==5.6.7 jsonschema==2.6.0 # lock down jsonschema, 3.0 makes problems - -urllib3>=1.25.9 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file