Upgrade ruamel.yaml to 0.15.78 (#18508)

pull/18535/head
Fabian Affolter 2018-11-17 13:20:17 +01:00 committed by GitHub
parent c6ca27e9b4
commit 4751ad69a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ pip>=8.0.3
pytz>=2018.04
pyyaml>=3.13,<4
requests==2.20.0
ruamel.yaml==0.15.72
ruamel.yaml==0.15.78
voluptuous==0.11.5
voluptuous-serialize==2.0.0

View File

@ -12,7 +12,7 @@ pip>=8.0.3
pytz>=2018.04
pyyaml>=3.13,<4
requests==2.20.0
ruamel.yaml==0.15.72
ruamel.yaml==0.15.78
voluptuous==0.11.5
voluptuous-serialize==2.0.0

View File

@ -46,7 +46,7 @@ REQUIRES = [
'pytz>=2018.04',
'pyyaml>=3.13,<4',
'requests==2.20.0',
'ruamel.yaml==0.15.72',
'ruamel.yaml==0.15.78',
'voluptuous==0.11.5',
'voluptuous-serialize==2.0.0',
]