From 07cdb655717c9ab997c7afcecdf6e0c962ace84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 23:00:25 +0000 Subject: [PATCH] Bump celery from 5.1.1 to 5.1.2 Bumps [celery](https://github.com/celery/celery) from 5.1.1 to 5.1.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/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f30a565..c6a30fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==3.2.4 amqp==5.0.6 billiard==3.6.4.0 -celery==5.1.1 +celery==5.1.2 future==0.18.2 certifi dj-database-url==0.5.0