From 064637d27d473501ec01cc526f62f62a0397b0ed Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:50:27 +0000 Subject: [PATCH] Bump voluptuous to v0.13.0 --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index c91449811086..9e840248c912 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 d86a7be1e733..0de08689e017 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 9bc8bd457484..eb07718aa870 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