From ec1ec453e18c716255842bca168fc0ab48115ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 04:17:08 +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 edfa546..db7fd7c 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( '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.26.0', 'matplotlib==3.5.0',