From 785a08130937214ffc742cd22ad9a2b6484fc8de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:41:31 +0000 Subject: [PATCH] fix: bump msgpack from 1.1.1 to 1.2.1 in /packages/bigframes 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:production ... Signed-off-by: dependabot[bot] --- packages/bigframes/testing/constraints-3.11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bigframes/testing/constraints-3.11.txt b/packages/bigframes/testing/constraints-3.11.txt index 7bb201d16fcd..56456c226a69 100644 --- a/packages/bigframes/testing/constraints-3.11.txt +++ b/packages/bigframes/testing/constraints-3.11.txt @@ -311,7 +311,7 @@ mlxtend==0.23.4 more-itertools==10.7.0 moviepy==1.0.3 mpmath==1.3.0 -msgpack==1.1.1 +msgpack==1.2.1 multidict==6.6.3 multipledispatch==1.0.0 multiprocess==0.70.16