From dbd42cf0ccb8791a0a18431b548cb67129bef3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 21:00:35 +0000 Subject: [PATCH] Bump celery from 4.2.1 to 5.1.0 Bumps [celery](https://github.com/celery/celery) from 4.2.1 to 5.1.0. - [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.1...v5.1.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c129af86..e0276d38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ django==3.2.2 django-bootstrap3==9.1.0 psutil==5.6.6 docker==3.3.0 -celery==4.2.1 +celery==5.1.0 sqlalchemy==1.4.11 redis==3.5.3 uwsgi==2.0.19.1