Update voluptuous to 0.12.0 (#40401)

This commit is contained in:
Philip Allgaier 2020-09-21 17:43:35 +02:00 committed by GitHub
parent 8b9c757fdc
commit 2a4d7dc561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ requests==2.24.0
ruamel.yaml==0.15.100
sqlalchemy==1.3.19
voluptuous-serialize==2.4.0
voluptuous==0.11.7
voluptuous==0.12.0
yarl==1.4.2
zeroconf==0.28.5

View File

@ -18,6 +18,6 @@ pytz>=2020.1
pyyaml==5.3.1
requests==2.24.0
ruamel.yaml==0.15.100
voluptuous==0.11.7
voluptuous==0.12.0
voluptuous-serialize==2.4.0
yarl==1.4.2

View File

@ -50,7 +50,7 @@ REQUIRES = [
"pyyaml==5.3.1",
"requests==2.24.0",
"ruamel.yaml==0.15.100",
"voluptuous==0.11.7",
"voluptuous==0.12.0",
"voluptuous-serialize==2.4.0",
"yarl==1.4.2",
]