From 693dbd4592f2f29d3c2b5bac273c827cda8f948f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:19:41 +0000 Subject: [PATCH] Bump flask from 1.1.1 to 2.3.2 in /graph-app Bumps [flask](https://github.com/pallets/flask) from 1.1.1 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/1.1.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- graph-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph-app/requirements.txt b/graph-app/requirements.txt index 2b96499..7320790 100644 --- a/graph-app/requirements.txt +++ b/graph-app/requirements.txt @@ -2,7 +2,7 @@ dash==1.7.0 dash-renderer==1.2.2 dash-core-components==1.6.0 dash-html-components==1.0.2 -Flask==1.1.1 +Flask==2.3.2 plotly==4.4.1 pandas==0.25.3 requests==2.22.0