Upgrade ruamel.yaml to 0.15.94 (#23344)

This commit is contained in:
Fabian Affolter 2019-04-24 18:52:29 +02:00 committed by Paulus Schoutsen
parent e11e6e1b04
commit 82ff5cbe0f
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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',
]