From 679344428c8467581823ba7325ccba829b80d865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:42:11 +0000 Subject: [PATCH] Bump redis from 5.0.1 to 5.0.8 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 5.0.8. - [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.0.8) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... 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..5cff2305 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.0.8 # 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