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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ requests==2.25.1
scapy==2.4.5
sqlalchemy==1.4.23
voluptuous-serialize==2.4.0
voluptuous==0.12.1
voluptuous==0.12.2
yarl==1.6.3
zeroconf==0.36.7

View File

@ -18,6 +18,6 @@ pip>=8.0.3,<20.3
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

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