Upgrade ruamel.yaml to 0.15.85 (#19960)

This commit is contained in:
Fabian Affolter 2019-01-11 16:44:11 +01:00 committed by Paulus Schoutsen
parent caf0751be8
commit 734d8c52e9
3 changed files with 3 additions and 3 deletions

View file

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