From b54996df6494539fe0728f65637286bca5024ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 06:22:38 +0000 Subject: [PATCH] Bump ruamel-yaml from 0.18.6 to 0.19.1 Bumps ruamel-yaml from 0.18.6 to 0.19.1. --- updated-dependencies: - dependency-name: ruamel-yaml dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4abc4d98d26e..33b4bdfd2add 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ esphome-dashboard==20240412.0 aioesphomeapi==23.2.0 zeroconf==0.131.0 python-magic==0.4.27 -ruamel.yaml==0.18.6 # dashboard_import +ruamel.yaml==0.19.1 # dashboard_import # esp-idf requires this, but doesn't bundle it by default # https://github.com/espressif/esp-idf/blob/220590d599e134d7a5e7f1e683cc4550349ffbf8/requirements.txt#L24