Upgrade ruamel_yaml to 0.15.100 (#26095)

This commit is contained in:
Josef Schlehofer 2019-08-21 18:13:40 +02:00 committed by Paulus Schoutsen
parent 46bfd5e9c8
commit 39d62b43ac
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ python-slugify==3.0.3
pytz>=2019.02
pyyaml==5.1.2
requests==2.22.0
ruamel.yaml==0.15.99
ruamel.yaml==0.15.100
sqlalchemy==1.3.7
voluptuous-serialize==2.2.0
voluptuous==0.11.7

View file

@ -15,7 +15,7 @@ python-slugify==3.0.3
pytz>=2019.02
pyyaml==5.1.2
requests==2.22.0
ruamel.yaml==0.15.99
ruamel.yaml==0.15.100
voluptuous==0.11.7
voluptuous-serialize==2.2.0

View file

@ -48,7 +48,7 @@ REQUIRES = [
"pytz>=2019.02",
"pyyaml==5.1.2",
"requests==2.22.0",
"ruamel.yaml==0.15.99",
"ruamel.yaml==0.15.100",
"voluptuous==0.11.7",
"voluptuous-serialize==2.2.0",
]