Upgrade ruamel.yaml to 0.15.81 (#19384)

This commit is contained in:
Fabian Affolter 2018-12-17 14:28:35 +01:00 committed by Charles Garwood
parent 90608da5c2
commit 8483850729
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ python-slugify==1.2.6
pytz>=2018.04
pyyaml>=3.13,<4
requests==2.20.1
ruamel.yaml==0.15.80
ruamel.yaml==0.15.81
voluptuous==0.11.5
voluptuous-serialize==2.0.0

View File

@ -14,7 +14,7 @@ python-slugify==1.2.6
pytz>=2018.04
pyyaml>=3.13,<4
requests==2.20.1
ruamel.yaml==0.15.80
ruamel.yaml==0.15.81
voluptuous==0.11.5
voluptuous-serialize==2.0.0

View File

@ -49,7 +49,7 @@ REQUIRES = [
'pytz>=2018.04',
'pyyaml>=3.13,<4',
'requests==2.20.1',
'ruamel.yaml==0.15.80',
'ruamel.yaml==0.15.81',
'voluptuous==0.11.5',
'voluptuous-serialize==2.0.0',
]