From 845afe52745544775d29e4c47b38150826c1781a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 17 Nov 2021 00:23:18 +0000
Subject: [PATCH] Bump celery from 5.1.2 to 5.2.1

Bumps [celery](https://github.com/celery/celery) from 5.1.2 to 5.2.1.
- [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.2...v5.2.1)

---
updated-dependencies:
- dependency-name: celery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 tests/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/requirements.txt b/tests/requirements.txt
index 92ae307b9..d7760130a 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,5 +1,5 @@
 # base
-celery==5.1.2
+celery==5.2.1
 channels==3.0.4
 Django==2.2.24
 django-ajax-selects==1.9.1