From 2ad354c753054ce77439794d90b6428e2cab1dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 21:49:12 +0000 Subject: [PATCH] Bump flower in /djangoreferenceimplementation-stack/web 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] --- djangoreferenceimplementation-stack/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoreferenceimplementation-stack/web/requirements.txt b/djangoreferenceimplementation-stack/web/requirements.txt index c8e417e2..3f25cfc6 100644 --- a/djangoreferenceimplementation-stack/web/requirements.txt +++ b/djangoreferenceimplementation-stack/web/requirements.txt @@ -2,7 +2,7 @@ celery==3.1.18 Django==1.11.29 django-debug-toolbar==1.2.1 fabric==1.9.1 -flower==0.9.2 +flower==1.2.0 ipython==2.2.0 jinja2>=2.10.1 psycopg2==2.5.3