From 350b000cc50f224149a2777dea7c14806533e890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:47:20 +0000 Subject: [PATCH] Bump flask from 2.1.2 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 2.1.2 to 2.3.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.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e36cb40..6167f63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ dash-table==5.0.0 dash==2.4.1; python_version >= "3.6" flask-assets==2.0 flask-compress==1.12; python_version >= "3.6" -flask==2.1.2; python_version >= "3.7" +flask==2.3.2; python_version >= "3.7" importlib-metadata==4.11.4; python_version < "3.10" and python_version >= "3.7" isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0" itsdangerous==2.1.2; python_version >= "3.7"