From 592e7865c508c64fd384ead1a205923aaad6a4a8 Mon Sep 17 00:00:00 2001 From: Pouzor Date: Thu, 11 Jun 2026 18:24:59 +0200 Subject: [PATCH] fix(deps): bump zeroconf to 0.149.12 for CVE-2026-48045 pip-audit (Security workflow) flagged zeroconf 0.149.7 as vulnerable to CVE-2026-48045, fixed in 0.149.12. 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 a87ac2b..744c957 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.149.7 +zeroconf==0.149.12 aiomqtt==2.3.0 # Dev