From 1771c852af19adb453d65bef4753b04c87c126c4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 22 Sep 2025 23:01:37 -0500 Subject: [PATCH] Pin ruamel.yaml.clib to 0.2.12 (#10837) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2424db1639..42a83820e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ aioesphomeapi==41.4.0 zeroconf==0.147.2 puremagic==1.30 ruamel.yaml==0.18.15 # dashboard_import +ruamel.yaml.clib==0.2.12 # dashboard_import esphome-glyphsets==0.2.0 pillow==10.4.0 cairosvg==2.8.2