Upgrade pyyaml to 5.1.1 (#24847)
This commit is contained in:
parent
6ad9a97f0d
commit
9946b19735
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ netdisco==2.6.0
|
|||
pip>=8.0.3
|
||||
python-slugify==3.0.2
|
||||
pytz>=2019.01
|
||||
pyyaml==5.1
|
||||
pyyaml==5.1.1
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.15.97
|
||||
sqlalchemy==1.3.5
|
||||
|
|
|
@ -12,7 +12,7 @@ cryptography==2.6.1
|
|||
pip>=8.0.3
|
||||
python-slugify==3.0.2
|
||||
pytz>=2019.01
|
||||
pyyaml==5.1
|
||||
pyyaml==5.1.1
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.15.97
|
||||
voluptuous==0.11.5
|
||||
|
|
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ REQUIRES = [
|
|||
'pip>=8.0.3',
|
||||
'python-slugify==3.0.2',
|
||||
'pytz>=2019.01',
|
||||
'pyyaml==5.1',
|
||||
'pyyaml==5.1.1',
|
||||
'requests==2.22.0',
|
||||
'ruamel.yaml==0.15.97',
|
||||
'voluptuous==0.11.5',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue