mirror of https://github.com/zulip/zulip.git
requirements: Upgrade ndg-httpsclient to 0.5.0.
This commit is contained in:
parent
8182a3bf4c
commit
0e9fda033a
|
@ -92,7 +92,7 @@ oauthlib==2.0.7
|
|||
|
||||
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
||||
# Needed by requests to send https request to some sites.
|
||||
ndg-httpsclient==0.4.4
|
||||
ndg-httpsclient==0.5.0
|
||||
|
||||
# Needed to access rabbitmq
|
||||
# See #8466 for why we're not using the latest version.
|
||||
|
|
|
@ -91,7 +91,7 @@ mock==2.0.0
|
|||
moto==1.3.3
|
||||
mypy==0.590
|
||||
mypy_extensions==0.3.0
|
||||
ndg-httpsclient==0.4.4
|
||||
ndg-httpsclient==0.5.0
|
||||
oauth2client==4.1.2
|
||||
oauthlib==2.0.7
|
||||
packaging==16.8 # via sphinx
|
||||
|
|
|
@ -64,7 +64,7 @@ markdown==2.6.11
|
|||
markupsafe==1.0
|
||||
mock==2.0.0
|
||||
mypy_extensions==0.3.0
|
||||
ndg-httpsclient==0.4.4
|
||||
ndg-httpsclient==0.5.0
|
||||
oauth2client==4.1.2
|
||||
oauthlib==2.0.7
|
||||
parso==0.1.0 # via jedi
|
||||
|
|
Loading…
Reference in New Issue