From 1884a24d9f3d2f21f37f9109486f2db69afdca62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:11:39 -0400 Subject: [PATCH] Update msgpack requirement from <=1.0.8,>=1.0.0 to >=1.0.0,<=1.1.0 (#7221) Updates the requirements on [msgpack](https://github.com/msgpack/msgpack-python) to permit the latest version. - [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.0...v1.1.0) --- updated-dependencies: - dependency-name: msgpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6518dc1ea..e888b9fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "kaitaistruct>=0.10,<=0.10", "ldap3>=2.8,<=2.9.1", "mitmproxy_rs>=0.9.1,<0.10", # relaxed upper bound here: we control this - "msgpack>=1.0.0,<=1.0.8", + "msgpack>=1.0.0,<=1.1.0", "passlib>=1.6.5,<=1.7.4", "protobuf>=5.27.2,<=5.28.0", "pydivert>=2.0.3,<=2.1.0; sys_platform == 'win32'",