summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2019-11-01 14:31:32 +0000
committerGitHub <noreply@github.com>2019-11-01 14:31:32 +0000
commitffd41f3f47604a0b239ed204ff94224bf8e9d2b4 (patch)
treedff8d9797294f343875765e985c49f49a7125fce
parent0b87c7737e46805f4ea43ca2add0f02a85968e72 (diff)
Bump flask from 0.12.2 to 1.0
Bumps [flask](https://github.com/pallets/flask) from 0.12.2 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.12.2...1.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a61584b..e258fd7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
aniso8601==3.0.0
click==6.7
-Flask==0.12.2
+Flask==1.0
Flask-RESTful==0.3.6
Flask-SQLAlchemy==2.3.2
gunicorn==19.7.1