Upgrade ruamel.yaml to 0.15.94 (#23344)
This commit is contained in:
parent
e11e6e1b04
commit
82ff5cbe0f
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ python-slugify==3.0.2
|
|||
pytz>=2019.01
|
||||
pyyaml>=3.13,<4
|
||||
requests==2.21.0
|
||||
ruamel.yaml==0.15.91
|
||||
ruamel.yaml==0.15.94
|
||||
voluptuous==0.11.5
|
||||
voluptuous-serialize==2.1.0
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ python-slugify==3.0.2
|
|||
pytz>=2019.01
|
||||
pyyaml>=3.13,<4
|
||||
requests==2.21.0
|
||||
ruamel.yaml==0.15.91
|
||||
ruamel.yaml==0.15.94
|
||||
voluptuous==0.11.5
|
||||
voluptuous-serialize==2.1.0
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ REQUIRES = [
|
|||
'pytz>=2019.01',
|
||||
'pyyaml>=3.13,<4',
|
||||
'requests==2.21.0',
|
||||
'ruamel.yaml==0.15.91',
|
||||
'ruamel.yaml==0.15.94',
|
||||
'voluptuous==0.11.5',
|
||||
'voluptuous-serialize==2.1.0',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue