From 24e98abd156d0cd1e4bd9a86e90d2899ffed3efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:36:39 +0000 Subject: [PATCH] Bump redis from 4.5.2 to 4.5.3 in /application Bumps [redis](https://github.com/redis/redis-py) from 4.5.2 to 4.5.3. - [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.2...v4.5.3) --- 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 5203b4d..a249bd9 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -70,7 +70,7 @@ python-dotenv==1.0.0 python-jose==3.3.0 pytz==2022.7.1 PyYAML==6.0 -redis==4.5.2 +redis==4.5.3 regex==2022.10.31 requests==2.28.2 retry==0.9.2