From e8ee480c254e67048709dc9563692c228ce4c5ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:45:38 +0000 Subject: [PATCH] Bump celery from 4.4.2 to 5.2.2 in /web Bumps [celery](https://github.com/celery/celery) from 4.4.2 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.2...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 217c1ad..4f60030 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,6 +1,6 @@ Django==2.2.11 djangorestframework==3.11.0 -celery==4.4.2 +celery==5.2.2 elasticsearch-dsl==6.4.0 # elasticsearch-dsl==7.1.0 redis==3.4.1 \ No newline at end of file