From 4a796a0f82e1fa77894fab36ef5404eaf8f2ba5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 16:43:51 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /site-modules/profile/files/ats 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] --- site-modules/profile/files/ats/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-modules/profile/files/ats/requirements.txt b/site-modules/profile/files/ats/requirements.txt index 770422d..586a052 100644 --- a/site-modules/profile/files/ats/requirements.txt +++ b/site-modules/profile/files/ats/requirements.txt @@ -2,7 +2,7 @@ certifi==2018.1.18 chardet==3.0.4 click==6.7 dateparser==0.7.0 -Flask==0.12.2 +Flask==1.0 Flask-SQLAlchemy==2.3.2 idna==2.6 itsdangerous==0.24