From 97eed7543a038cd118f60255e4a34e58fc796458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 23:17:20 +0000 Subject: [PATCH] bump msgpack from 1.1.1 to 1.2.1 Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.1.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/v1.1.1...v1.2.1) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ada67cd9d..0fb7b263c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ wheel = [ "lz4==4.4.5", "matplotlib==3.10.7", "mcp==1.28.1", - "msgpack==1.1.1", + "msgpack==1.2.1", "netCDF4==1.7.4", "networkx==3.3", "numpy==2.4.6",