From 9484b4e587eab0ccc271597af7cc9dc8cab694da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:08:18 +0000 Subject: [PATCH] Bump django-celery-beat from 2.0.0 to 2.2.0 in /requirements Bumps [django-celery-beat](https://github.com/celery/django-celery-beat) from 2.0.0 to 2.2.0. - [Release notes](https://github.com/celery/django-celery-beat/releases) - [Changelog](https://github.com/celery/django-celery-beat/blob/master/Changelog) - [Commits](https://github.com/celery/django-celery-beat/compare/2.0.0...v2.2.0) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 82bcb7f..9d289c0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -23,7 +23,7 @@ coreapi==2.3.3 # https://github.com/core-api/python-client # celery # ------------------------------------------------------------------------------ celery==4.4.7 # pyup: < 5.0 # https://github.com/celery/celery -django-celery-beat==2.0.0 # https://github.com/celery/django-celery-beat +django-celery-beat==2.2.0 # https://github.com/celery/django-celery-beat flower==0.9.4 # https://github.com/mher/flower django-timezone-field==4.0 # https://github.com/mfogel/django-timezone-field/