From 8e4f8d4eca308485066f49cc2c84983336eca6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 09:01:16 +0000 Subject: [PATCH] build(deps): bump celery from 4.4.6 to 5.2.2 in /src Bumps [celery](https://github.com/celery/celery) from 4.4.6 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.6...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 5cc159a..eee0f3d 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -16,7 +16,7 @@ six==1.14.0 pytest-django==3.8.0 django-import-export==2.1.0 pandas==1.1.2 -celery==4.4.6 +celery==5.2.2 django-redis==4.11.0 pyminizip==0.2.4 sentry-sdk==1.5.12