Upgrade pytz to 2020.1 (#35174)

pull/35193/head
Fabian Affolter 2020-05-04 15:16:37 +02:00 committed by GitHub
parent de628602c2
commit 7f2c6b43d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ jinja2>=2.11.1
netdisco==2.6.0
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

View File

@ -12,7 +12,7 @@ PyJWT==1.7.1
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

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",