Upgrade pyyaml to 5.3.1 (#33246)

This commit is contained in:
Fabian Affolter 2020-03-26 16:14:07 +01:00 committed by GitHub
parent b598ff94d1
commit 558cccc68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ netdisco==2.6.0
pip>=8.0.3 pip>=8.0.3
python-slugify==4.0.0 python-slugify==4.0.0
pytz>=2019.03 pytz>=2019.03
pyyaml==5.3 pyyaml==5.3.1
requests==2.23.0 requests==2.23.0
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
sqlalchemy==1.3.15 sqlalchemy==1.3.15

View File

@ -13,7 +13,7 @@ cryptography==2.8
pip>=8.0.3 pip>=8.0.3
python-slugify==4.0.0 python-slugify==4.0.0
pytz>=2019.03 pytz>=2019.03
pyyaml==5.3 pyyaml==5.3.1
requests==2.23.0 requests==2.23.0
ruamel.yaml==0.15.100 ruamel.yaml==0.15.100
voluptuous==0.11.7 voluptuous==0.11.7

View File

@ -47,7 +47,7 @@ REQUIRES = [
"pip>=8.0.3", "pip>=8.0.3",
"python-slugify==4.0.0", "python-slugify==4.0.0",
"pytz>=2019.03", "pytz>=2019.03",
"pyyaml==5.3", "pyyaml==5.3.1",
"requests==2.23.0", "requests==2.23.0",
"ruamel.yaml==0.15.100", "ruamel.yaml==0.15.100",
"voluptuous==0.11.7", "voluptuous==0.11.7",