From 80ef5358ce8672bb748ffc21788845feeabbe602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:24:48 +0000 Subject: [PATCH] Update pyyaml requirement from >=6.0 to >=6.0.3 in /pi-fallback Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pi-fallback/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pi-fallback/requirements.txt b/pi-fallback/requirements.txt index b2fb896..106f7fb 100644 --- a/pi-fallback/requirements.txt +++ b/pi-fallback/requirements.txt @@ -7,7 +7,7 @@ bleak>=0.21.0 paho-mqtt>=2.0.0 # Configuration parsing -pyyaml>=6.0 +pyyaml>=6.0.3 # Cryptography for Tuya protocol cryptography>=41.0.0