From 4b06ce6ef68e68628a8bdf4c9dd7d607fa8543ab Mon Sep 17 00:00:00 2001 From: Pouzor Date: Sun, 31 May 2026 01:26:42 +0200 Subject: [PATCH] fix(deps): bump zeroconf 0.131.0 -> 0.149.7 for CVE fixes Resolves CVE-2026-47180/47183/47184 flagged by Security workflow pip-audit on main. Scanner mDNS API (AsyncServiceBrowser, async_request) unchanged; scan tests pass. ha-relevant: no --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 53d5bb7..a87ac2b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,7 +15,7 @@ pyyaml==6.0.2 types-PyYAML==6.0.12.20240917 websockets==13.1 httpx==0.27.2 -zeroconf==0.131.0 +zeroconf==0.149.7 aiomqtt==2.3.0 # Dev