diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c9144981108..9e840248c91 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index d86a7be1e73..0de08689e01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 9bc8bd45748..eb07718aa87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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