From d10468a736161053f67fc61228e5d9de0dbd6e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:52:02 +0000 Subject: [PATCH] Bump celery from 4.4.7 to 5.2.2 in /requirements Bumps [celery](https://github.com/celery/celery) from 4.4.7 to 5.2.2. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/master/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v4.4.7...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 137abbc..0e84bea 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -5,7 +5,7 @@ gunicorn==20.1.0 newrelic==6.4.0.157 django-dotenv==1.4.2 django-3-jet==1.0.8 -celery==4.4.7 +celery==5.2.2 # For the persistence stores psycopg2==2.8.6