Bump voluptuous to 0.12.1 (#44002)

* Bump voluptuous to 0.12.1

* Adjust MQTT climate test to new error msg
This commit is contained in:
Philip Allgaier
2020-12-07 02:49:36 +01:00
committed by GitHub
parent 30f73a4962
commit 18736dbebf
4 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ REQUIRES = [
"pyyaml==5.3.1",
"requests==2.25.0",
"ruamel.yaml==0.15.100",
"voluptuous==0.12.0",
"voluptuous==0.12.1",
"voluptuous-serialize==2.4.0",
"yarl==1.4.2",
]