Set pytz>=2019.01 (#22966)

This commit is contained in:
Fabian Affolter 2019-04-10 15:18:30 +02:00 committed by cgtobi
parent be51a3ae12
commit f531ca61c6
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ PyJWT==1.7.1
cryptography==2.6.1
pip>=8.0.3
python-slugify==1.2.6
pytz>=2018.07
pytz>=2019.01
pyyaml>=3.13,<4
requests==2.21.0
ruamel.yaml==0.15.91

View file

@ -10,7 +10,7 @@ PyJWT==1.7.1
cryptography==2.6.1
pip>=8.0.3
python-slugify==1.2.6
pytz>=2018.07
pytz>=2019.01
pyyaml>=3.13,<4
requests==2.21.0
ruamel.yaml==0.15.91

View file

@ -44,7 +44,7 @@ REQUIRES = [
'cryptography==2.6.1',
'pip>=8.0.3',
'python-slugify==1.2.6',
'pytz>=2018.07',
'pytz>=2019.01',
'pyyaml>=3.13,<4',
'requests==2.21.0',
'ruamel.yaml==0.15.91',