diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 216afd133e2..b80c8503656 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -29,7 +29,7 @@ pyyaml==6.0 requests==2.26.0 scapy==2.4.5 sqlalchemy==1.4.27 -voluptuous-serialize==2.4.0 +voluptuous-serialize==2.5.0 voluptuous==0.12.2 yarl==1.6.3 zeroconf==0.37.0 diff --git a/requirements.txt b/requirements.txt index 5832d0ea2d0..4c6af849ce8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ python-slugify==4.0.1 pyyaml==6.0 requests==2.26.0 voluptuous==0.12.2 -voluptuous-serialize==2.4.0 +voluptuous-serialize==2.5.0 yarl==1.6.3 diff --git a/setup.py b/setup.py index ee163bc79f4..270f5c58f58 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ REQUIRES = [ "pyyaml==6.0", "requests==2.26.0", "voluptuous==0.12.2", - "voluptuous-serialize==2.4.0", + "voluptuous-serialize==2.5.0", "yarl==1.6.3", ]