Upgrade pyyaml to 5.2.0 (#29586)
This commit is contained in:
parent
977f51a9e4
commit
9d7799c0af
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ netdisco==2.6.0
|
|||
pip>=8.0.3
|
||||
python-slugify==4.0.0
|
||||
pytz>=2019.03
|
||||
pyyaml==5.1.2
|
||||
pyyaml==5.2.0
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.15.100
|
||||
sqlalchemy==1.3.11
|
||||
|
|
|
@ -13,7 +13,7 @@ cryptography==2.8
|
|||
pip>=8.0.3
|
||||
python-slugify==4.0.0
|
||||
pytz>=2019.03
|
||||
pyyaml==5.1.2
|
||||
pyyaml==5.2.0
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.15.100
|
||||
voluptuous==0.11.7
|
||||
|
|
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ REQUIRES = [
|
|||
"pip>=8.0.3",
|
||||
"python-slugify==4.0.0",
|
||||
"pytz>=2019.03",
|
||||
"pyyaml==5.1.2",
|
||||
"pyyaml==5.2.0",
|
||||
"requests==2.22.0",
|
||||
"ruamel.yaml==0.15.100",
|
||||
"voluptuous==0.11.7",
|
||||
|
|
Loading…
Add table
Reference in a new issue