From c8d83c28cb065e47f5e48d892a692eb470a45d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 03:48:55 +0100 Subject: [PATCH] Bump redis from 5.0.6 to 5.0.7 (#10465) Bumps [redis](https://github.com/redis/redis-py) from 5.0.6 to 5.0.7. - [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.6...v5.0.7) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e6af145b0..34aa44e7c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ psycopg2-binary==2.9.9 cryptography==42.0.8 python-dateutil==2.9.0.post0 pytz==2024.1 -redis==5.0.6 +redis==5.0.7 requests==2.32.3 sqlalchemy==2.0.31 # Required by Celery broker transport urllib3==1.26.18