Upgrade ruamel.yaml to 0.15.99 (#25175)

This commit is contained in:
Fabian Affolter 2019-07-16 11:16:43 +02:00 committed by GitHub
parent a096858426
commit aac01aaa50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ python-slugify==3.0.2
pytz>=2019.01
pyyaml==5.1.1
requests==2.22.0
ruamel.yaml==0.15.97
ruamel.yaml==0.15.99
sqlalchemy==1.3.5
voluptuous-serialize==2.1.0
voluptuous==0.11.5

View File

@ -14,7 +14,7 @@ python-slugify==3.0.2
pytz>=2019.01
pyyaml==5.1.1
requests==2.22.0
ruamel.yaml==0.15.97
ruamel.yaml==0.15.99
voluptuous==0.11.5
voluptuous-serialize==2.1.0

View File

@ -48,7 +48,7 @@ REQUIRES = [
'pytz>=2019.01',
'pyyaml==5.1.1',
'requests==2.22.0',
'ruamel.yaml==0.15.97',
'ruamel.yaml==0.15.99',
'voluptuous==0.11.5',
'voluptuous-serialize==2.1.0',
]