From f93be0a7d8e4a460e02701ec9da6140500b6b472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:22:24 +0000 Subject: [PATCH] chore(deps): bump uvicorn from 0.24.0 to 0.42.0 in /midi_bridge Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.24.0 to 0.42.0. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.24.0...0.42.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..06f6fe69c 100644 --- a/midi_bridge/requirements.txt +++ b/midi_bridge/requirements.txt @@ -8,4 +8,4 @@ python-dotenv==1.2.2 asyncio-mqtt==0.16.1 aiofiles==25.1.0 fastapi==0.135.1 -uvicorn==0.24.0 +uvicorn==0.42.0