From e6d6c749595928de6d08d6946ec44f00c7a8c5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:24:51 +0000 Subject: [PATCH] Update asyncio-mqtt requirement in /pi-fallback Updates the requirements on [asyncio-mqtt](https://github.com/sbtinstruments/asyncio-mqtt) to permit the latest version. - [Release notes](https://github.com/sbtinstruments/asyncio-mqtt/releases) - [Changelog](https://github.com/empicano/aiomqtt/blob/main/CHANGELOG.md) - [Commits](https://github.com/sbtinstruments/asyncio-mqtt/commits) --- updated-dependencies: - dependency-name: asyncio-mqtt dependency-version: 0.16.2 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..23ed06e 100644 --- a/pi-fallback/requirements.txt +++ b/pi-fallback/requirements.txt @@ -13,4 +13,4 @@ pyyaml>=6.0 cryptography>=41.0.0 # Async utilities -asyncio-mqtt>=0.16.0 +asyncio-mqtt>=0.16.2