From 2f4dd0427b6ba0adc5f3d956b1a36586cb632c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 22:38:04 +0000 Subject: [PATCH] Bump msgpack from 1.1.1 to 1.2.1 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [msgpack](https://github.com/msgpack/msgpack-python). Updates `msgpack` 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:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 958cf3c..e275d71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "datetime==5.5", "plotly==6.2.0", "scipy==1.15.3", - "msgpack==1.1.1", + "msgpack==1.2.1", "msgpack-numpy==0.4.8", "requests>=2.31.0", "nbformat==5.10.4",