From 0a75bcafed86dfafcb0b801352c39d8ae50ba383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:45:33 +0000 Subject: [PATCH] Update msgpack requirement from ~=1.1.1 to ~=1.1.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.1.1...v1.1.2) --- updated-dependencies: - dependency-name: msgpack dependency-version: 1.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7d9a26..b505eea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask~=3.1.2 loguru~=0.7.3 matplotlib~=3.10.0 -msgpack~=1.1.1 +msgpack~=1.1.2 numpy~=2.2.0 pathvalidate~=3.3.1 pillow~=11.3.0