From 57d263522c5101a62e233ccdfc0a1bf77d490e79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 23:02:50 +0000 Subject: [PATCH] Bump flower in /sykle/plugins/bootstrap/templates/task_queue/celery Bumps [flower](https://github.com/mher/flower) from 0.9.2 to 1.2.0. - [Release notes](https://github.com/mher/flower/releases) - [Commits](https://github.com/mher/flower/compare/v0.9.2...v1.2.0) --- updated-dependencies: - dependency-name: flower dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../bootstrap/templates/task_queue/celery/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sykle/plugins/bootstrap/templates/task_queue/celery/requirements.txt b/sykle/plugins/bootstrap/templates/task_queue/celery/requirements.txt index ccd5ebd..1aca219 100644 --- a/sykle/plugins/bootstrap/templates/task_queue/celery/requirements.txt +++ b/sykle/plugins/bootstrap/templates/task_queue/celery/requirements.txt @@ -1,3 +1,3 @@ celery==4.2.1 django-celery-beat==1.3.0 -flower==0.9.2 \ No newline at end of file +flower==1.2.0 \ No newline at end of file