diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 1e407cca106..63425c967e0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -70,7 +70,7 @@ voluptuous-openapi==0.0.5 voluptuous-serialize==2.6.0 voluptuous==0.15.2 webrtc-models==0.2.0 -yarl==1.17.1 +yarl==1.17.2 zeroconf==0.136.0 # Constrain pycryptodome to avoid vulnerability diff --git a/pyproject.toml b/pyproject.toml index c2ce019b95c..29c04dd1062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "voluptuous==0.15.2", "voluptuous-serialize==2.6.0", "voluptuous-openapi==0.0.5", - "yarl==1.17.1", + "yarl==1.17.2", "webrtc-models==0.2.0", ] diff --git a/requirements.txt b/requirements.txt index a4f1c86cc21..b9acbd896fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,5 +47,5 @@ uv==0.5.0 voluptuous==0.15.2 voluptuous-serialize==2.6.0 voluptuous-openapi==0.0.5 -yarl==1.17.1 +yarl==1.17.2 webrtc-models==0.2.0