From 57a9c5cc87541ed5226332783f516bb3ec376df4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 13:13:17 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.5.0 to 2.12.5 in /midi_bridge Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.0 to 2.12.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.0...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 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..c40ecef3f 100644 --- a/midi_bridge/requirements.txt +++ b/midi_bridge/requirements.txt @@ -3,7 +3,7 @@ mido==1.3.3 python-rtmidi==1.5.0 docker==7.1.0 requests>=2.32.3 -pydantic==2.5.0 +pydantic==2.12.5 python-dotenv==1.2.2 asyncio-mqtt==0.16.1 aiofiles==25.1.0