From b0ef936643f731999cea42c8a859fccb5ed7664b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:52:44 +0000 Subject: [PATCH] chore(deps): update msgpack requirement from <2,>=1.0.7 to >=1.1.2,<2 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.7...v1.1.2) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f636aa1..3581206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "mitmproxy>=12.2.3", "ruamel.yaml>=0.17.32", "json-stream>=2.3.2,<3", - "msgpack>=1.0.7,<2", + "msgpack>=1.1.2,<2", ] [project.scripts]