requirements: Upgrade oauthlib from 2.1.0 to 3.0.1.

This commit is contained in:
Vishnu Ks 2019-01-30 08:01:08 +00:00 committed by Tim Abbott
parent f29aff0de6
commit 757e0e39b8
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ markdown-include==0.5.1
mock==2.0.0
oauth2client==4.1.3
oauthlib==2.1.0
oauthlib==3.0.1
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
# Needed by requests to send https request to some sites.

View File

@ -101,7 +101,7 @@ mypy-extensions==0.4.1
mypy==0.650
ndg-httpsclient==0.5.1
oauth2client==4.1.3
oauthlib==2.1.0
oauthlib==3.0.1
packaging==19.0 # via sphinx
parsel==1.5.1 # via scrapy
parso==0.3.2 # via jedi

View File

@ -73,7 +73,7 @@ mock==2.0.0
mypy_extensions==0.4.1
ndg-httpsclient==0.5.1
oauth2client==4.1.3
oauthlib==2.1.0
oauthlib==3.0.1
parso==0.3.2 # via jedi
pbr==5.1.1 # via mock
pexpect==4.6.0 # via ipython