From 19e21cad60989302d7e1950887e3241acc633e07 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Apr 2022 23:51:39 +0200 Subject: [PATCH] Upgrade voluptuous to 0.13.1 (#70007) --- 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 e09a964575d..40ce2baa7e2 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -32,7 +32,7 @@ scapy==2.4.5 sqlalchemy==1.4.35 typing-extensions>=3.10.0.2,<5.0 voluptuous-serialize==2.5.0 -voluptuous==0.13.0 +voluptuous==0.13.1 yarl==1.7.2 zeroconf==0.38.4 diff --git a/requirements.txt b/requirements.txt index 559c590fd5f..f9b1cec9cba 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.13.0 +voluptuous==0.13.1 voluptuous-serialize==2.5.0 yarl==1.7.2 diff --git a/setup.cfg b/setup.cfg index cf2a54ae83e..058844e3f8e 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.13.0 + voluptuous==0.13.1 voluptuous-serialize==2.5.0 yarl==1.7.2