mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
requirements: Upgrade oauthlib from 2.1.0 to 3.0.1.
This commit is contained in:
parent
f29aff0de6
commit
757e0e39b8
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user