Upgrade voluptuous to 0.12.2 (#56680)

This commit is contained in:
Fabian Affolter
2021-09-26 18:59:00 +02:00
committed by GitHub
parent 52410ff0d7
commit 2326e3ed94
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ REQUIRES = [
"python-slugify==4.0.1",
"pyyaml==5.4.1",
"requests==2.25.1",
"voluptuous==0.12.1",
"voluptuous==0.12.2",
"voluptuous-serialize==2.4.0",
"yarl==1.6.3",
]