requirements: Upgrade oauth2client to 4.1.3.

This commit is contained in:
Vishnu Ks 2018-11-09 10:24:17 +00:00 committed by Tim Abbott
parent 6e15d4efc7
commit ff253fb1c7
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -99,7 +99,7 @@ moto==1.3.3
mypy-extensions==0.4.1
mypy==0.641
ndg-httpsclient==0.5.1
oauth2client==4.1.2
oauth2client==4.1.3
oauthlib==2.1.0
packaging==16.8 # via sphinx
parsel==1.2.0 # via scrapy

View File

@ -71,7 +71,7 @@ matrix-client==0.3.2
mock==2.0.0
mypy_extensions==0.4.1
ndg-httpsclient==0.5.1
oauth2client==4.1.2
oauth2client==4.1.3
oauthlib==2.1.0
parso==0.1.0 # via jedi
pbr==3.1.1 # via mock