mirror of https://github.com/zulip/zulip.git
requirements: Upgrade python-dateutil from 2.7.5 to 2.8.0.
This commit is contained in:
parent
02f20c91d5
commit
d53b750acc
|
@ -118,7 +118,7 @@ pylibmc==1.6.0
|
|||
django-pylibmc==0.6.1
|
||||
|
||||
# Needed for zerver/tests/test_timestamp.py
|
||||
python-dateutil==2.7.5
|
||||
python-dateutil==2.8.0
|
||||
|
||||
# Needed for timezone work
|
||||
pytz==2018.9
|
||||
|
|
|
@ -138,7 +138,7 @@ pyoembed==0.1.2
|
|||
pyopenssl==19.0.0 # via ndg-httpsclient, requests, scrapy
|
||||
pyparsing==2.3.1 # via packaging
|
||||
pysocks==1.6.8 # via twilio
|
||||
python-dateutil==2.7.5
|
||||
python-dateutil==2.8.0
|
||||
python-digitalocean==1.14.0
|
||||
python-gcm==0.4
|
||||
python-jose==2.0.2 # via moto
|
||||
|
|
|
@ -99,7 +99,7 @@ pylibmc==1.6.0
|
|||
pyoembed==0.1.2
|
||||
pyopenssl==19.0.0 # via ndg-httpsclient, requests
|
||||
pysocks==1.6.8 # via twilio
|
||||
python-dateutil==2.7.5
|
||||
python-dateutil==2.8.0
|
||||
python-gcm==0.4
|
||||
python-ldap==3.1.0 # via django-auth-ldap
|
||||
python-twitter==3.5
|
||||
|
|
Loading…
Reference in New Issue