From 946b85d536121a45edf4d7bbf1c1eb188cc95105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:39:24 +0000 Subject: [PATCH] Bump werkzeug from 2.3.7 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 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.3.7...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0774d86..ce76c49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ matplotlib==3.4.3 # used for docker service Flask==2.2.2 -Werkzeug==2.3.7 +Werkzeug==3.0.6 gunicorn==20.1.0 flask_cors==3.0.10