From 0dcfe7cfa13dcf7674318ddd75dd382dbce87c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:32:05 +0000 Subject: [PATCH] Bump celery from 4.2.0 to 5.2.2 in /specs 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] --- specs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/requirements.txt b/specs/requirements.txt index 6686aa2..9d9f135 100644 --- a/specs/requirements.txt +++ b/specs/requirements.txt @@ -1,6 +1,6 @@ amqp==2.3.2 billiard==3.5.0.3 -celery==4.2.0 +celery==5.2.2 kombu==4.2.1 pytz==2018.4 vine==1.1.4