From 2326e3ed9430208464ad3410910ee1aa445d10ef Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 26 Sep 2021 18:59:00 +0200 Subject: [PATCH] Upgrade voluptuous to 0.12.2 (#56680) --- homeassistant/package_constraints.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 84d1923cfd4..4998d2c9012 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index affe27d7743..a91b0fc693c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 13768c4de31..a402ef9cebf 100755 --- a/setup.py +++ b/setup.py @@ -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", ]