From 266d2a1dd5be42c2b361cbb780db797998dbec1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 22:04:38 +0000 Subject: [PATCH] Bump flower from 0.9.1 to 1.2.0 Bumps [flower](https://github.com/mher/flower) from 0.9.1 to 1.2.0. - [Release notes](https://github.com/mher/flower/releases) - [Commits](https://github.com/mher/flower/compare/v0.9.1...v1.2.0) --- updated-dependencies: - dependency-name: flower dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_docs.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_docs.txt b/requirements_docs.txt index 2d0169c4f..e10acaaad 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -50,7 +50,7 @@ docutils==0.12 factory-boy==2.2.1 flake8==3.2.1 -flower==0.9.1 +flower==1.2.0 HTTPretty==0.8.3 Jinja2==2.7.3 mock==1.0.1 diff --git a/requirements_test.txt b/requirements_test.txt index 1a6d523f8..ba5b2e04a 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -11,7 +11,7 @@ docutils==0.12 factory-boy==2.2.1 flake8==3.2.1 -flower==0.9.1 +flower==1.2.0 HTTPretty==0.8.3 mock==1.0.1 nose==1.3.0