From 66605b2317bdc700d9e9b960a7c1974e54be4c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 04:16:12 +0000 Subject: [PATCH] Bump flower from 0.9.7 to 1.1.0 Bumps [flower](https://github.com/mher/flower) from 0.9.7 to 1.1.0. - [Release notes](https://github.com/mher/flower/releases) - [Commits](https://github.com/mher/flower/compare/v0.9.7...v1.1.0) --- updated-dependencies: - dependency-name: flower dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5539be..2c8146c 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'mgrs==1.4.2', 'psycopg2-binary==2.9.2', 'xmlunittest==0.5.0', - 'flower==0.9.7', + 'flower==1.1.0', 'tqdm==4.62.3', 'requests==2.25.1', 'matplotlib==3.5.1',