Upgrade pytz to >=2019.02 (#25991)

This commit is contained in:
Fabian Affolter 2019-08-16 16:15:12 +02:00 committed by Pascal Vizeli
parent 1f28d8e742
commit 7fbdbb773c
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ REQUIRES = [
"cryptography==2.7",
"pip>=8.0.3",
"python-slugify==3.0.2",
"pytz>=2019.01",
"pytz>=2019.02",
"pyyaml==5.1.1",
"requests==2.22.0",
"ruamel.yaml==0.15.99",