From c17271a96966693f4ab762c9bfcdb6a7f4211481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 22:25:37 +0000 Subject: [PATCH] Bump celery from 3.1.13 to 5.2.2 in /requirements Bumps [celery](https://github.com/celery/celery) from 3.1.13 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/v3.1.13...v5.2.2) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index c691c35..95bd2ff 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ BeautifulSoup4==4.4.0 django-dotenv==1.3.0 -celery==3.1.13 +celery==5.2.2 django-leaflet==0.14.0 requests==2.3 djangorestframework==2.4.1