From bbaa2a1e8161481a50de57163ef88e9ced2ec7ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:38:37 -0500 Subject: [PATCH] Bump celery[redis] from 5.3.6 to 5.4.0 (#2550) Bumps [celery[redis]](https://github.com/celery/celery) from 5.3.6 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.3.6...v5.4.0) --- updated-dependencies: - dependency-name: celery[redis] 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> --- base-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-requirements.txt b/base-requirements.txt index d8b1295c9..fc018561c 100644 --- a/base-requirements.txt +++ b/base-requirements.txt @@ -19,7 +19,7 @@ feedparser==6.0.11 beautifulsoup4==4.12.3 icalendar==4.0.7 chardet==4.0.0 -celery[redis]==5.3.6 +celery[redis]==5.4.0 django-celery-beat==2.5.0 # TODO: We may drop 'django-imagekit' completely. django-imagekit==5.0 # 5.0 is first version that supports Django 4.2