From ae82360532eee9759330e0bfabcad519ac390002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:24:41 +0000 Subject: [PATCH] Update paho-mqtt requirement from >=2.0.0 to >=2.1.0 in /pi-fallback Updates the requirements on [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) to permit the latest version. - [Release notes](https://github.com/eclipse/paho.mqtt.python/releases) - [Changelog](https://github.com/eclipse-paho/paho.mqtt.python/blob/master/ChangeLog.txt) - [Commits](https://github.com/eclipse/paho.mqtt.python/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: paho-mqtt dependency-version: 2.1.0 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..9be4aab 100644 --- a/pi-fallback/requirements.txt +++ b/pi-fallback/requirements.txt @@ -4,7 +4,7 @@ bleak>=0.21.0 # MQTT client -paho-mqtt>=2.0.0 +paho-mqtt>=2.1.0 # Configuration parsing pyyaml>=6.0