Upgrade pytz to 2020.1 (#35174)

This commit is contained in:
Fabian Affolter
2020-05-04 15:16:37 +02:00
committed by GitHub
parent de628602c2
commit 7f2c6b43d2
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ REQUIRES = [
"cryptography==2.9.2",
"pip>=8.0.3",
"python-slugify==4.0.0",
"pytz>=2019.03",
"pytz>=2020.1",
"pyyaml==5.3.1",
"requests==2.23.0",
"ruamel.yaml==0.15.100",