From 9daa8c3078adb152752fcaad875d47ea3025dba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:11:53 -0400 Subject: [PATCH] chore(deps): update asyncio-mqtt requirement from >=0.11.0 to >=0.16.2 (#460) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53e0f53e..95f24633 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ click>=8.0.0 alembic>=1.10.0 # Hardware interface dependencies -asyncio-mqtt>=0.11.0 +asyncio-mqtt>=0.16.2 aiohttp>=3.13.5 paramiko>=3.0.0