From 61e600c7885e70199d79acfd9a007d35413261d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:13:12 +0000 Subject: [PATCH] chore(deps): bump asyncio-mqtt from 0.16.1 to 0.16.2 in /midi_bridge Bumps [asyncio-mqtt](https://github.com/sbtinstruments/asyncio-mqtt) from 0.16.1 to 0.16.2. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- midi_bridge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midi_bridge/requirements.txt b/midi_bridge/requirements.txt index 8d7c563e7..406294190 100644 --- a/midi_bridge/requirements.txt +++ b/midi_bridge/requirements.txt @@ -5,7 +5,7 @@ docker==7.1.0 requests>=2.32.3 pydantic==2.5.0 python-dotenv==1.2.2 -asyncio-mqtt==0.16.1 +asyncio-mqtt==0.16.2 aiofiles==25.1.0 fastapi==0.135.1 uvicorn==0.24.0