From 1d22160a27076aa83fde9a7fb71df7aee9ba975f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:51:39 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.6 to 3.1.2 in /app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.2. - [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.6...3.1.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constraints.txt b/app/constraints.txt index 903fa07f..e8cba380 100644 --- a/app/constraints.txt +++ b/app/constraints.txt @@ -31,5 +31,5 @@ six==1.16.0 typing-extensions==4.12.2 urllib3==2.2.3 websocket-client==1.8.0 -Werkzeug==3.0.6 +Werkzeug==3.1.2 zipp==3.20.2