From 8893dec5103eafb26a0611dae783633a5342a435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:57:31 +0000 Subject: [PATCH] Bump flask in /Project 9 - Heroku integration/B1_class_demo Bumps [flask](https://github.com/pallets/flask) from 1.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/1.1.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project 9 - Heroku integration/B1_class_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project 9 - Heroku integration/B1_class_demo/requirements.txt b/Project 9 - Heroku integration/B1_class_demo/requirements.txt index 9f855f9..20d0077 100644 --- a/Project 9 - Heroku integration/B1_class_demo/requirements.txt +++ b/Project 9 - Heroku integration/B1_class_demo/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.3.2 -Flask==1.1.2 +Flask==2.3.2 pandas==1.1.3 seaborn==0.11.0 numpy==1.19.2