Upgrade pyyaml to 5.1.2 (#25994)
This commit is contained in:
parent
2a2f7626de
commit
b43ef6c0cf
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ netdisco==2.6.0
|
|||
pip>=8.0.3
|
||||
python-slugify==3.0.3
|
||||
pytz>=2019.02
|
||||
pyyaml==5.1.1
|
||||
pyyaml==5.1.2
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.15.99
|
||||
sqlalchemy==1.3.7
|
||||
|
|
|
@ -13,7 +13,7 @@ cryptography==2.7
|
|||
pip>=8.0.3
|
||||
python-slugify==3.0.3
|
||||
pytz>=2019.02
|
||||
pyyaml==5.1.1
|
||||
pyyaml==5.1.2
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.15.99
|
||||
voluptuous==0.11.7
|
||||
|
|
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ REQUIRES = [
|
|||
"pip>=8.0.3",
|
||||
"python-slugify==3.0.3",
|
||||
"pytz>=2019.02",
|
||||
"pyyaml==5.1.1",
|
||||
"pyyaml==5.1.2",
|
||||
"requests==2.22.0",
|
||||
"ruamel.yaml==0.15.99",
|
||||
"voluptuous==0.11.7",
|
||||
|
|
Loading…
Add table
Reference in a new issue