From 361bff90e4dde1e57d831aa79389c8cd95de1ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 22:42:33 +0000 Subject: [PATCH] Bump celery from 5.2.7 to 5.3.0 (#658) Bumps [celery](https://github.com/celery/celery) from 5.2.7 to 5.3.0. - [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.2.7...v5.3.0) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb557079..46042b49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ django-timezone-field==5.0 djangorestframework==3.14.0 channels==4.0.0 channels-redis==4.1.0 -celery==5.2.7 +celery==5.3.0 grpcio==1.54.2 googleapis-common-protos==1.59.0 grpcio-tools==1.54.2