Upgrade voluptuous to 0.11.7 (#26007)

This commit is contained in:
Fabian Affolter 2019-08-16 21:31:28 +02:00 committed by Pascal Vizeli
parent 5ca6c990cf
commit 2a2f7626de
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ REQUIRES = [
"pyyaml==5.1.1",
"requests==2.22.0",
"ruamel.yaml==0.15.99",
"voluptuous==0.11.5",
"voluptuous==0.11.7",
"voluptuous-serialize==2.1.0",
]