From 1b5ce3661601d28f7560aff8149ec55635c4c214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:14:40 +0000 Subject: [PATCH] Bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Diabetes-prediction deployed/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Diabetes Prediction [END 2 END]/Diabetes-prediction deployed/requirements.txt b/Diabetes Prediction [END 2 END]/Diabetes-prediction deployed/requirements.txt index b0f1eb4..d541c57 100644 --- a/Diabetes Prediction [END 2 END]/Diabetes-prediction deployed/requirements.txt +++ b/Diabetes Prediction [END 2 END]/Diabetes-prediction deployed/requirements.txt @@ -3,7 +3,7 @@ gunicorn==19.9.0 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 -Werkzeug==2.2.3 +Werkzeug==3.0.6 numpy>=1.9.2 scipy>=0.15.1 scikit-learn>=0.18