From 2f9d7da0265bb9d2c6a07c1ab759f4b3482afecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:25:32 +0000 Subject: [PATCH] Bump celery from 4.2.0 to 5.2.2 in /tlp/django_app Bumps [celery](https://github.com/celery/celery) from 4.2.0 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.2.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tlp/django_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlp/django_app/requirements.txt b/tlp/django_app/requirements.txt index 156bdfc..0108862 100644 --- a/tlp/django_app/requirements.txt +++ b/tlp/django_app/requirements.txt @@ -1,6 +1,6 @@ amqp==2.3.2 billiard==3.5.0.4 -celery==4.2.0 +celery==5.2.2 certifi==2018.4.16 chardet==3.0.4 defusedxml==0.5.0