Upgrade ruamel.yaml to 0.15.89 (#22064)

This commit is contained in:
Fabian Affolter 2019-03-15 17:22:00 +01:00 committed by Paulus Schoutsen
parent e581d9e249
commit 101225749b
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.88',
'ruamel.yaml==0.15.89',
'voluptuous==0.11.5',
'voluptuous-serialize==2.1.0',
]