From 01d2d7b5c83b95077d07b44f67431ebf75b7cae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:00:08 +0000 Subject: [PATCH] Bump redis from 4.3.4 to 4.4.4 Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.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.3.4...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9bafe6..3d0dae8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ google-auth-oauthlib==0.5.3 google-auth-httplib2==0.1.0 microsoft-graph==1.0.0 celery==5.2.7 -redis==4.3.4 +redis==4.4.4 flower==1.2.0 pytest==7.1.2 black==22.3.0 diff --git a/setup.py b/setup.py index 57951da..1227d24 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'google-auth-httplib2==0.1.0', 'microsoft-graph==1.0.0', 'celery==5.2.7', - 'redis==4.3.4', + 'redis==4.4.4', 'flower==1.2.0', ], extras_require={