From bcc50fe7743c226603a1fa206e4bef81f59efccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:10:33 +0000 Subject: [PATCH] Bump msgpack from 0.6.1 to 1.2.1 Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 0.6.1 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/v0.6.1...v1.2.1) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3128af7..ca69d6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ flake8-formatter-abspath==1.0.1 jsonschema==3.0.1 mccabe==0.6.1 more-itertools==7.0.0 -msgpack==0.6.1 +msgpack==1.2.1 pluggy==0.9.0 py==1.10.0 pycodestyle==2.5.0