From 5764f98f3656cae2c7b3bf3a66f5bca3269fdb81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 03:59:00 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 5.0.2 in /app Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 5.0.2. - [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.2) --- 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 26fe85bf8..03edbfd3c 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -62,7 +62,7 @@ python-crontab==2.5.1 python-dateutil==2.8.2 pytz==2022.1 PyJWT<2.4.0 -redis==3.5.3 +redis==5.0.2 requests==2.26.0 requests-mock==1.9.3 sentry-sdk==1.19.1