From a88ef50c2caf3cb1719e74f829967a42c50afe69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 23:48:16 +0000 Subject: [PATCH] chore(deps): bump msgpack 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: indirect ... Signed-off-by: dependabot[bot] --- .../aws-gcp-migration/gcp/src/loadgenerator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/aws-gcp-migration/gcp/src/loadgenerator/requirements.txt b/containers/aws-gcp-migration/gcp/src/loadgenerator/requirements.txt index 537207561..ec364f33e 100644 --- a/containers/aws-gcp-migration/gcp/src/loadgenerator/requirements.txt +++ b/containers/aws-gcp-migration/gcp/src/loadgenerator/requirements.txt @@ -48,7 +48,7 @@ markupsafe==2.1.5 # flask # jinja2 # werkzeug -msgpack==1.1.0 +msgpack==1.2.1 # via locust psutil==6.0.0 # via locust