From dbb109a376ae89cda330c6b98eedb6152664de80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 04:28:15 +0000 Subject: [PATCH] Bump flower from 0.9.7 to 1.2.0 Bumps [flower](https://github.com/mher/flower) from 0.9.7 to 1.2.0. - [Release notes](https://github.com/mher/flower/releases) - [Commits](https://github.com/mher/flower/compare/v0.9.7...v1.2.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..1b4db5f 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.2.0', 'tqdm==4.62.3', 'requests==2.26.0', 'matplotlib==3.5.0',