From fa34457c9328269797cbc8a489792e4d7eafacc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:27:36 +0000 Subject: [PATCH] Bump werkzeug from 0.16.1 to 3.1.4 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 to 3.1.4. - [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/0.16.1...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 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 e8ca893193..3a16d029ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ gevent==1.4.0 sshtunnel==0.1.5 supervisor==4.1.0 supervisor_checks==0.8.1 -werkzeug==0.16.1 +werkzeug==3.1.4 # Install the dependencies of the bin/bundle-extensions script here. # It has its own requirements file to simplify the frontend client build process -r requirements_bundles.txt