Upgrade pyyaml to 5.3 (#31026)

This commit is contained in:
Josef Schlehofer 2020-01-21 06:12:16 +01:00 committed by Paulus Schoutsen
parent 0b72587af2
commit bc6603d8d7
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ netdisco==2.6.0
pip>=8.0.3
python-slugify==4.0.0
pytz>=2019.03
pyyaml==5.2
pyyaml==5.3
requests==2.22.0
ruamel.yaml==0.15.100
sqlalchemy==1.3.12

View file

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

View file

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