From 180ca133c7966035196fb3457a72c95234e163fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 02:37:11 +0000 Subject: [PATCH] build(deps): bump msgpack from 1.0.4 to 1.1.0 Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.0.4 to 1.1.0. - [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.0) --- updated-dependencies: - dependency-name: msgpack dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18e52ce1..fec75afb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8==7.0.0 mccabe==0.7.0 -msgpack==1.0.4 +msgpack==1.1.0 pycodestyle==2.11.1 pyflakes==3.2.0 black==24.8.0