From 8bccf4c3f9e76e05b850a545a8efa78b5942aff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 13:51:41 +0000 Subject: [PATCH] Bump celery from 5.2.7 to 5.4.0 in /requirements Bumps [celery](https://github.com/celery/celery) from 5.2.7 to 5.4.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.4.0) --- updated-dependencies: - dependency-name: celery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 73845e0a..a7943ae1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,6 +3,6 @@ psycopg>=3.1.8 djangorestframework==3.14.0 djangorestframework-jsonapi==6.1.0 django-filter -celery==5.2.7 +celery==5.4.0 jsonschema==4.21.1 aiohttp==3.9.3