requirements: Upgrade oauth2client to 4.1.2.

This commit is contained in:
Vishnu Ks 2017-08-16 20:19:15 +00:00 committed by Tim Abbott
parent 3b4c3a9827
commit 6973a06b35
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ markdown-include==0.5.1
# Needed for mock objects in decorators # Needed for mock objects in decorators
mock==2.0.0 mock==2.0.0
oauth2client==4.1.1 oauth2client==4.1.2
oauthlib==2.0.2 oauthlib==2.0.2
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL # Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL

View File

@ -51,7 +51,7 @@ markdown==2.6.8 # via markdown-include
markupsafe==1.0 markupsafe==1.0
mock==2.0.0 mock==2.0.0
ndg-httpsclient==0.4.2 ndg-httpsclient==0.4.2
oauth2client==4.1.1 oauth2client==4.1.2
oauthlib==2.0.2 oauthlib==2.0.2
olefile==0.44 # via pillow olefile==0.44 # via pillow
pbr==3.0.0 # via mock pbr==3.0.0 # via mock