From af7da9a0bfc47caca5646c6533d6eb480c15b74e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 14:15:47 +0000 Subject: [PATCH] Bump msgpack from 0.6.2 to 1.0.2 Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 0.6.2 to 1.0.2. - [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/v0.6.2...v1.0.2) Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6ece5919e5..7e6267a360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ jsonschema==3.2.0 lockfile==0.12.2 MarkupSafe==1.1.1 more-itertools==8.7.0 -msgpack==0.6.2 +msgpack==1.0.2 nodeenv==1.5.0 packaging==20.3 pathlib2==2.3.5 @@ -42,7 +42,7 @@ pyattck==3.0.1 pyfiglet==0.8.post1 Pygments==2.8.1 PyInquirer==1.0.3 -pyparsing==2.4.6 +pyparsing==2.4.7 pyrsistent==0.17.3 python-dateutil==2.8.1 pytoml==0.1.21