From 8dc3cc6ebf7c4eef5208fdb515c9e5a3c557f7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:50:55 +0000 Subject: [PATCH] build(deps): bump msgpack from 1.0.4 to 1.1.1 Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.0.4 to 1.1.1. - [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.1) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.1.1 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..40155b4 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.1", "semantic-version==2.10.0", "humanfriendly==10.0" ]