From 3bf02b1cfc13af94e551f1f6a3b4f0048d35c102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 03:23:51 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 5.0.7 in /app Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 5.0.7. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.5.3...v5.0.7) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index d5f0ba645..ed361c693 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -62,7 +62,7 @@ pyrsistent==0.18.0 python-crontab==2.5.1 python-dateutil==2.8.2 pytz==2022.1 -redis==3.5.3 +redis==5.0.7 requests==2.32.3 requests-mock==1.9.3 six==1.16.0