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
3 changed files with 3 additions and 3 deletions

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",
]