From 504fa004b665e2b5e8c3c81394b18ce99087bc10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:03:39 -0400 Subject: [PATCH] Bump msgpack from 1.0.5 to 1.0.8 (#162) Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.0.5 to 1.0.8. - [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.5...v1.0.8) --- updated-dependencies: - dependency-name: msgpack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fab02f..f724f5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Mako==1.2.4 -msgpack==1.0.5 +msgpack==1.0.8 praw==7.7.1 pydantic==1.10.11 python-dotenv==1.0.0