From 1e04bd616adbd468ad362debc7dc57e40fd745f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:35:47 +0000 Subject: [PATCH] Bump msgpack from 1.1.0 to 1.2.1 in /sft Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/msgpack/msgpack-python/releases) - [Changelog](https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/msgpack/msgpack-python/compare/v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sft/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sft/requirements.txt b/sft/requirements.txt index b72565e..06d768f 100644 --- a/sft/requirements.txt +++ b/sft/requirements.txt @@ -81,7 +81,7 @@ mdurl==0.1.2 memray==1.15.0 mistral-common==1.5.1 mpmath==1.3.0 -msgpack==1.1.0 +msgpack==1.2.1 msgspec==0.19.0 multidict==6.1.0 multiprocess==0.70.16