From b657dcec3b3db1bdbb88b15deae1129c9e27407d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:39:10 +0000 Subject: [PATCH] Bump redis from 5.0.8 to 5.1.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.8 to 5.1.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.8...v5.1.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e3576688..5f949759 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -16,7 +16,7 @@ django-cache-panel==0.1 django-extensions==2.1.5 ipython==7.19.0 sqlparse==0.4.4 -redis==5.0.8 +redis==5.1.0 django-redis==4.10.0 celery==4.4.0 raven==6.10.0