From d51445d2adcb1a824cf43c09c0b8efbe069887ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 03:50:20 +0000 Subject: [PATCH] chore(deps): update celery requirement from ~=5.3.1 to ~=5.3.4 in /api Updates the requirements on [celery](https://github.com/celery/celery) to permit the latest version. - [Release notes](https://github.com/celery/celery/releases) - [Changelog](https://github.com/celery/celery/blob/main/Changelog.rst) - [Commits](https://github.com/celery/celery/compare/v5.3.1...v5.3.4) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 8fba74183..f8d6a51d5 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ captcha~=0.5.0 -celery~=5.3.1 +celery~=5.3.4 coverage~=7.2.7 cryptography~=41.0.3 Django~=4.2.2