From f37a2e871678db5e980c46fed443262e7970709e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:38:49 +0000 Subject: [PATCH] Bump werkzeug in /Module 5 - MLOPs/2. Model Serving/2. Flask App Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. - [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/3.0.1...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Module 5 - MLOPs/2. Model Serving/2. Flask App/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module 5 - MLOPs/2. Model Serving/2. Flask App/requirements.txt b/Module 5 - MLOPs/2. Model Serving/2. Flask App/requirements.txt index 8beaa322..71785b1a 100644 --- a/Module 5 - MLOPs/2. Model Serving/2. Flask App/requirements.txt +++ b/Module 5 - MLOPs/2. Model Serving/2. Flask App/requirements.txt @@ -11,5 +11,5 @@ numpy==1.26.4 scikit-learn==1.4.1.post1 scipy==1.12.0 threadpoolctl==3.3.0 -Werkzeug==3.0.1 +Werkzeug==3.0.3 zipp==3.18.0