From cdd99429c2f65921fc735da551e3665c834045f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:59:49 +0000 Subject: [PATCH] build(deps): bump flask from 0.9 to 1.0 in /test/data Bumps [flask](https://github.com/pallets/flask) from 0.9 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.9...1.0) Signed-off-by: dependabot[bot] --- test/data/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/requirements_test.txt b/test/data/requirements_test.txt index 442c635..226f732 100644 --- a/test/data/requirements_test.txt +++ b/test/data/requirements_test.txt @@ -1,5 +1,5 @@ #comment -Flask==0.9 +Flask==1.0 Jinja2==2.6 rtmp2img>0.1.5 #another comment