From 919dd7a75949d83153c298b513099d3c2801526b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:51:46 +0000 Subject: [PATCH] chore(deps): bump celery from 4.4.0 to 5.2.2 in /cad_server Bumps [celery](https://github.com/celery/celery) from 4.4.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/4.4.0...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cad_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad_server/requirements.txt b/cad_server/requirements.txt index cfec1d3..6f8aa71 100644 --- a/cad_server/requirements.txt +++ b/cad_server/requirements.txt @@ -3,7 +3,7 @@ djangorestframework==3.11.2 pymysql==0.9.3 requests==2.22.0 martor==1.4.7 -celery==4.4.0 +celery==5.2.2 redis==3.4.1 cryptography==3.3.2 gunicorn