From c88521af88aa1ddacb1210ebb3d60b21179ae78a Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Thu, 22 Aug 2024 12:54:31 +1000 Subject: [PATCH] django-celery-beat >=2.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0f25b08..fcc28c88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "django<5.2,>=5.1", "django-bootstrap-form", "django-bootstrap5>=23.3", - "django-celery-beat>=2.3", + "django-celery-beat>=2.7", "django-esi>=5", "django-redis>=5.2", "django-registration<3.4,>=3.3",