From 4e1c32bc61bb7db561bb6e307d6fb2dd2b4b90df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 23:11:11 +0000 Subject: [PATCH] Bump flower from 1.1.0 to 1.2.0 Bumps [flower](https://github.com/mher/flower) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/mher/flower/releases) - [Commits](https://github.com/mher/flower/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: flower dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a83045b30..d3ab62635 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ GitPython==3.0.8 jsonschema==3.0.2 deepdiff==4.0.7 celery==5.2.2 -flower==1.1.0 +flower==1.2.0 djangorestframework-simplejwt==4.6.0 docopt==0.6.2 pygments==2.7.4