From 0de888ea19ee09bc08c68a6155d961ac7c6bac71 Mon Sep 17 00:00:00 2001 From: Brian Cochrane <31516971+bcochrane@users.noreply.github.com> Date: Tue, 18 Aug 2020 10:33:04 -0700 Subject: [PATCH] Update requirements.txt Updating to modern versions of certifi and requests (the older versions broke requests SSL certificate validation in my testing) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f355fe5..61c69e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.3 asn1crypto==0.22.0 cached-property==1.3.0 -certifi==2017.4.17 +certifi==2020.6.20 cffi==1.10.0 chardet==3.0.3 cryptography==2.0.3 @@ -12,7 +12,7 @@ lxml==3.8.0 pycparser==2.18 pyOpenSSL==17.5.0 pytz==2017.2 -requests==2.20.0 +requests==2.24.0 requests-toolbelt==0.8.0 six==1.10.0 urllib3==1.24.2