From 31a6a8f53a793404c0e11d99d3757796c9ade340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 03:58:35 +0000 Subject: [PATCH] Bump redis from 5.0.7 to 5.2.0 in /app Bumps [redis](https://github.com/redis/redis-py) from 5.0.7 to 5.2.0. - [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/v5.0.7...v5.2.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... 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 b1647ec23..24021d3c3 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -64,7 +64,7 @@ pyrsistent==0.18.0 python-crontab==2.5.1 python-dateutil==2.8.2 pytz==2022.1 -redis==5.0.7 +redis==5.2.0 requests==2.32.3 requests-mock==1.9.3 six==1.16.0