From 3d4e2954a7b7114338cdf5c3facc3d2b0f235c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:58:58 +0000 Subject: [PATCH] Bump redis in /django/no supervisor/docker-django-redis-celery Bumps [redis](https://github.com/redis/redis-py) from 3.4.1 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/3.4.1...v4.5.3) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../no supervisor/docker-django-redis-celery/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/no supervisor/docker-django-redis-celery/requirements.txt b/django/no supervisor/docker-django-redis-celery/requirements.txt index c6fe391..4aaf8ec 100644 --- a/django/no supervisor/docker-django-redis-celery/requirements.txt +++ b/django/no supervisor/docker-django-redis-celery/requirements.txt @@ -1,4 +1,4 @@ Django>=2.2 celery==4.4.1 -redis==3.4.1 +redis==4.5.3 psycopg2>=2.7.5,<2.8.0 \ No newline at end of file