From 4d3bef484075ddbd425ae405cb2541f55501c7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:57:47 +0000 Subject: [PATCH] Bump msgpack from 1.0.4 to 1.0.5 in /python Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.0.4 to 1.0.5. - [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.0.5) --- updated-dependencies: - dependency-name: msgpack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 0ec39c1a..12b212c8 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,5 +5,5 @@ numpy==1.19.5 # needs to stay compatible with latest tensorflow python-socketio[client]==5.4.1 python-engineio==4.1.0 zarr==2.12.0 -msgpack==1.0.4 +msgpack==1.0.5 websockets==10.4