diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7c1438370fe..1066aa319de 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -44,7 +44,7 @@ requests==2.28.1 scapy==2.5.0 sqlalchemy==2.0.3 typing-extensions>=4.4.0,<5.0 -voluptuous-serialize==2.5.0 +voluptuous-serialize==2.6.0 voluptuous==0.13.1 yarl==1.8.1 zeroconf==0.47.3 diff --git a/pyproject.toml b/pyproject.toml index 0b5dca3a3d0..c80e46d10fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "requests==2.28.1", "typing-extensions>=4.4.0,<5.0", "voluptuous==0.13.1", - "voluptuous-serialize==2.5.0", + "voluptuous-serialize==2.6.0", "yarl==1.8.1", ] @@ -243,7 +243,7 @@ select = [ "D", # docstrings "E", # pycodestyle "F", # pyflakes/autoflake - "ICN001", # import concentions; {name} should be imported as {asname} + "ICN001", # import concentions; {name} should be imported as {asname} "PGH004", # Use specific rule codes when using noqa "PLC0414", # Useless import alias. Import alias does not rename original package. "SIM105", # Use contextlib.suppress({exception}) instead of try-except-pass diff --git a/requirements.txt b/requirements.txt index 1037ee9220b..5037533322c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ pyyaml==6.0 requests==2.28.1 typing-extensions>=4.4.0,<5.0 voluptuous==0.13.1 -voluptuous-serialize==2.5.0 +voluptuous-serialize==2.6.0 yarl==1.8.1