From ea9ef3748c4800ddaf73fffce5ece2437dc2bccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:19:50 -0500 Subject: [PATCH] Bump redis from 5.0.0 to 5.0.1 (#8734) Bumps [redis](https://github.com/redis/redis-py) from 5.0.0 to 5.0.1. - [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.0...v5.0.1) --- 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 25eaadf880..7dfe4249ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ psycopg2-binary==2.9.7 cryptography==41.0.4 python-dateutil==2.8.2 pytz==2023.3.post1 -redis==5.0.0 +redis==5.0.1 requests==2.31.0 sqlalchemy==2.0.21 # Required by Celery broker transport supervisor==4.2.5