From 1290f3f7776d83df49343dc6f85232b171a6c001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 02:02:10 +0000 Subject: [PATCH] build(deps): bump msgpack from 1.0.4 to 1.1.2 Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.0.4 to 1.1.2. - [Release notes](https://github.com/msgpack/msgpack-python/releases) - [Changelog](https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst) - [Commits](https://github.com/msgpack/msgpack-python/compare/v1.0.4...v1.1.2) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffa957c..7484f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only" ] dependencies = [ - "msgpack==1.0.4", + "msgpack==1.1.2", "semantic-version==2.10.0", "humanfriendly==10.0" ]