From a700bf16333361f40e7b17094da0b48aee2975b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:13:04 +0000 Subject: [PATCH] Bump redis from 5.0.1 to 5.1.1 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.1.1. - [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.1...v5.1.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index ef637bca..b413e79b 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -41,6 +41,6 @@ pytest-django==4.8.0 # https://github.com/pytest-dev/pytest-django # Redis -redis==5.0.1 # https://github.com/redis/redis-py +redis==5.1.1 # https://github.com/redis/redis-py hiredis==2.3.2 # https://github.com/redis/hiredis-py django-redis==5.4.0 # https://github.com/jazzband/django-redis