From 3cc73ae83f61d250e817252f11da4280cb499109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:16:56 +0000 Subject: [PATCH] chore(deps): update celery requirement from ~=5.3.4 to ~=5.3.5 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.4...v5.3.5) --- 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 c41baa965..af28b824a 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ captcha~=0.5.0 -celery~=5.3.4 +celery~=5.3.5 coverage~=7.3.2 cryptography~=41.0.5 Django~=4.2.2