Upgrade ruamel.yaml to 0.15.88 (#21055)

pull/21073/head
Fabian Affolter 2019-02-14 05:29:11 +01:00 committed by Paulus Schoutsen
parent 1faf2f49d0
commit 3a386e627e
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ python-slugify==1.2.6
pytz>=2018.07
pyyaml>=3.13,<4
requests==2.21.0
ruamel.yaml==0.15.87
ruamel.yaml==0.15.88
voluptuous==0.11.5
voluptuous-serialize==2.0.0

View File

@ -13,7 +13,7 @@ python-slugify==1.2.6
pytz>=2018.07
pyyaml>=3.13,<4
requests==2.21.0
ruamel.yaml==0.15.87
ruamel.yaml==0.15.88
voluptuous==0.11.5
voluptuous-serialize==2.0.0

View File

@ -47,7 +47,7 @@ REQUIRES = [
'pytz>=2018.07',
'pyyaml>=3.13,<4',
'requests==2.21.0',
'ruamel.yaml==0.15.87',
'ruamel.yaml==0.15.88',
'voluptuous==0.11.5',
'voluptuous-serialize==2.0.0',
]