From 4d683ea6b3304dd5aeb7cf36cf9fddbfccf87adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:27:31 +0000 Subject: [PATCH] Bump flask 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] --- .../code/04-Make Web Service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11-Software Engineering & Deployment with Flask/code/04-Make Web Service/requirements.txt b/11-Software Engineering & Deployment with Flask/code/04-Make Web Service/requirements.txt index 016514a..0b7c737 100644 --- a/11-Software Engineering & Deployment with Flask/code/04-Make Web Service/requirements.txt +++ b/11-Software Engineering & Deployment with Flask/code/04-Make Web Service/requirements.txt @@ -2,7 +2,7 @@ numpy==1.22.0 matplotlib==3.1.3 pandas==1.0.5 seaborn==0.10.0 -Flask==1.1.1 +Flask==2.3.2 scikit-learn==0.23.1 gunicorn==20.0.4 joblib==1.2.0 \ No newline at end of file