From 9d585a4cb5d3e0ed75bf440818ee27fd358c5dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:52:26 +0000 Subject: [PATCH] chore(deps): bump celery from 4.4.3 to 5.2.2 in /micro-ecommerce Bumps [celery](https://github.com/celery/celery) from 4.4.3 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/4.4.3...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- micro-ecommerce/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micro-ecommerce/requirements.txt b/micro-ecommerce/requirements.txt index 3eeaa94..87bc9f0 100644 --- a/micro-ecommerce/requirements.txt +++ b/micro-ecommerce/requirements.txt @@ -11,5 +11,5 @@ Pillow==8.1.1 django-autoslug==1.9.8 hashids==1.3.1 amqp==2.6.0 -celery==4.4.3 +celery==5.2.2 kombu==4.6.9