From 636499aafed76ad8d1defc645fdbbc55879b9eb0 Mon Sep 17 00:00:00 2001 From: Kyle Wooten Date: Sat, 13 Feb 2021 08:59:22 -0500 Subject: [PATCH] Updating httplib2 due to security concerns https://github.com/advisories/GHSA-93xj-8mrv-444m Updating httplib2 to prevent the above CVE advisory. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f137eb0..acd0882 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ configparser==3.5.0 google-api-python-client==1.6.2 -httplib2==0.10.3 +httplib2>=0.19.0 oauth2client==4.1.1 oauthlib==2.0.2 pyparsing==2.0.1