From 8613435274c5af8cd7f379da41b10692a77ac0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 01:08:47 +0000 Subject: [PATCH] Bump redis from 4.5.4 to 5.0.5 Bumps [redis](https://github.com/redis/redis-py) from 4.5.4 to 5.0.5. - [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/v4.5.4...v5.0.5) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ee4ac29b7b..de47396a25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ amqp==5.1.1 # via kombu asgiref==3.3.4 # via django -async-timeout==4.0.2 +async-timeout==4.0.3 # via redis attrs==23.1.0 # via jsonschema @@ -206,7 +206,7 @@ pytz==2022.1 # django # django-postmark # google-api-core -redis==4.5.4 +redis==5.0.5 # via # -r requirements.in # django-redis