From a4b080f6b29b2f9eb85f148ef13f5de1a6a712bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jun 2022 13:26:14 +0000 Subject: [PATCH] Bump flask from 2.1.1 to 2.1.2 Bumps [flask](https://github.com/pallets/flask) from 2.1.1 to 2.1.2. - [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/2.1.1...2.1.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2dd71a1..8104e5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pandas == 1.4.2 numpy == 1.22.4 scipy == 1.8.1 pysand == 1.7.7 -flask == 2.1.1 +flask == 2.1.2 bootstrap-flask == 2.0.2 wtforms == 3.0.1 Flask-WTF == 1.0.1 \ No newline at end of file