From be10bede34eb1d22fd3be071eab67e7b162d1da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:34:02 +0000 Subject: [PATCH] Bump django-celery-beat from 2.5.0 to 2.6.0 (#1168) Bumps [django-celery-beat](https://github.com/celery/django-celery-beat) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/celery/django-celery-beat/releases) - [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog) - [Commits](https://github.com/celery/django-celery-beat/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: django-celery-beat 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 602ed7af..72fa13b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ django==4.2.9 django-admin-relation-links==0.2.5 -django-celery-beat==2.5.0 +django-celery-beat==2.6.0 django-celery-results==2.5.1 django-model-utils==4.4.0 django-redis==5.4.0