From 735e7b10f954186e16af70e095faa37ce5340afd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 21:02:28 +0000 Subject: [PATCH] Bump pytest-flask from 1.1.0 to 1.2.0 Bumps [pytest-flask](https://github.com/pytest-dev/pytest-flask) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-flask/releases) - [Changelog](https://github.com/pytest-dev/pytest-flask/blob/master/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-flask/compare/1.1.0...1.2.0) Signed-off-by: dependabot-preview[bot] --- requirements-docs.txt | 2 +- requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-docs.txt b/requirements-docs.txt index 9b973004..3c579e09 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -352,7 +352,7 @@ pyrsistent==0.16.0 # via # -r requirements-tests.txt # jsonschema -pytest-flask==1.1.0 +pytest-flask==1.2.0 # via -r requirements-tests.txt pytest-mock==3.5.1 # via -r requirements-tests.txt diff --git a/requirements-tests.txt b/requirements-tests.txt index fe97bc09..9abf4f9d 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -144,7 +144,7 @@ pyparsing==2.4.7 # via packaging pyrsistent==0.16.0 # via jsonschema -pytest-flask==1.1.0 +pytest-flask==1.2.0 # via -r requirements-tests.in pytest-mock==3.5.1 # via -r requirements-tests.in