From 0595a16a4c0be71755bc5d5ad4bb92078fc36a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:24:37 +0000 Subject: [PATCH] Update bleak requirement from >=0.21.0 to >=3.0.1 in /pi-fallback Updates the requirements on [bleak](https://github.com/hbldh/bleak) to permit the latest version. - [Release notes](https://github.com/hbldh/bleak/releases) - [Changelog](https://github.com/hbldh/bleak/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/hbldh/bleak/compare/v0.21.0...v3.0.1) --- updated-dependencies: - dependency-name: bleak dependency-version: 3.0.1 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..0964f9b 100644 --- a/pi-fallback/requirements.txt +++ b/pi-fallback/requirements.txt @@ -1,7 +1,7 @@ # BLE Poller Dependencies # Async BLE library -bleak>=0.21.0 +bleak>=3.0.1 # MQTT client paho-mqtt>=2.0.0