Bump voluptuous to v0.13.0
This commit is contained in:
parent
2c92d19058
commit
064637d27d
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ scapy==2.4.5
|
|||
sqlalchemy==1.4.32
|
||||
typing-extensions>=3.10.0.2,<5.0
|
||||
voluptuous-serialize==2.5.0
|
||||
voluptuous==0.12.2
|
||||
voluptuous==0.13.0
|
||||
yarl==1.7.2
|
||||
zeroconf==0.38.4
|
||||
|
||||
|
|
|
@ -20,6 +20,6 @@ python-slugify==4.0.1
|
|||
pyyaml==6.0
|
||||
requests==2.27.1
|
||||
typing-extensions>=3.10.0.2,<5.0
|
||||
voluptuous==0.12.2
|
||||
voluptuous==0.13.0
|
||||
voluptuous-serialize==2.5.0
|
||||
yarl==1.7.2
|
||||
|
|
|
@ -53,7 +53,7 @@ install_requires =
|
|||
pyyaml==6.0
|
||||
requests==2.27.1
|
||||
typing-extensions>=3.10.0.2,<5.0
|
||||
voluptuous==0.12.2
|
||||
voluptuous==0.13.0
|
||||
voluptuous-serialize==2.5.0
|
||||
yarl==1.7.2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue