diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 405383aec15..57e0e277c66 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.3.0 -yarl==1.17.2 +yarl==1.18.0 zeroconf==0.136.0 # Constrain pycryptodome to avoid vulnerability diff --git a/pyproject.toml b/pyproject.toml index 2bcc058f0a5..34296b2bb6c 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.2", + "yarl==1.18.0", "webrtc-models==0.3.0", ] diff --git a/requirements.txt b/requirements.txt index 30ce1d0b6f3..c8a49a62232 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.2 +yarl==1.18.0 webrtc-models==0.3.0