requirements: Upgrade pytz to 2018.4.

This commit is contained in:
Vishnu Ks 2018-05-24 15:02:05 +00:00 committed by Tim Abbott
parent 54a002c2e2
commit 1d1b6b29fc
3 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ pylibmc==1.5.2
python-dateutil==2.6.1
# Needed for timezone work
pytz==2018.3
pytz==2018.4
# Needed for redis
redis==2.10.6

View File

@ -133,7 +133,7 @@ python-gcm==0.4
python-ldap==3.0.0 # via django-auth-ldap, pyldap
python-twitter==3.4.1
python3-openid==3.1.0 # via social-auth-core
pytz==2018.3
pytz==2018.4
pyyaml==3.12 # via pyaml
qrcode==4.0.4 # via django-two-factor-auth
queuelib==1.4.2 # via scrapy

View File

@ -95,7 +95,7 @@ python-gcm==0.4
python-ldap==3.0.0 # via django-auth-ldap
python-twitter==3.4.1
python3-openid==3.1.0 # via social-auth-core
pytz==2018.3
pytz==2018.4
qrcode==4.0.4 # via django-two-factor-auth
redis==2.10.6
regex==2017.11.9