From ab18d11a73d480b0e41da8573f031fe1647e49ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jul 2021 08:38:41 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /flask-bootstrap/larger-app 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/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.12.2...1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flask-bootstrap/larger-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask-bootstrap/larger-app/requirements.txt b/flask-bootstrap/larger-app/requirements.txt index 6779718..1d9291b 100644 --- a/flask-bootstrap/larger-app/requirements.txt +++ b/flask-bootstrap/larger-app/requirements.txt @@ -1,7 +1,7 @@ alembic==0.9.6 attrs==17.3.0 click==6.7 -Flask==0.12.2 +Flask==1.0 Flask-Migrate==2.1.1 Flask-Script==2.0.6 Flask-SQLAlchemy==2.3.2