From add5fd3e5246f3b87a4714585af7ebc39444ea28 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Wed, 31 Oct 2018 16:53:27 +0700 Subject: [PATCH] Upgrade requests module to 2.20.0 as CVE-2018-18074 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 245d0d0..1bda3cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ SQLAlchemy==1.2.5 mysqlclient==1.3.12 configobj==5.0.6 bcrypt==3.1.4 -requests==2.18.4 +requests==2.20.0 python-ldap==3.1.0 pyotp==2.2.6 qrcode==6.0 @@ -18,4 +18,4 @@ pyOpenSSL>=0.15 pytz>=2017.3 cssmin==0.2.0 jsmin==2.2.2 -Authlib==0.10 \ No newline at end of file +Authlib==0.10