From 7e572896888cfaa6f2fea3aaf3f47179026b1720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:01:10 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.3 to 3.0.6 in /app/flask-app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.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/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/flask-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/flask-app/requirements.txt b/app/flask-app/requirements.txt index 1d43add..3da5aa3 100644 --- a/app/flask-app/requirements.txt +++ b/app/flask-app/requirements.txt @@ -12,4 +12,4 @@ python-dotenv==1.0.0 scikit-learn==1.5.0 scipy==1.11.2 threadpoolctl==3.2.0 -Werkzeug==3.0.3 \ No newline at end of file +Werkzeug==3.0.6 \ No newline at end of file