From 8a0f7005636364370a8cef816f377f0c3f6a295c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:31:03 +0000 Subject: [PATCH] Bump redis from 4.5.3 to 4.5.4 in /application Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.4. - [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.3...v4.5.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index f5292fe6..2fa66346 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -76,7 +76,7 @@ python-dotenv==1.0.0 python-jose==3.3.0 pytz==2022.7.1 PyYAML==6.0 -redis==4.5.3 +redis==4.5.4 regex==2022.10.31 requests==2.28.2 retry==0.9.2