From 7b0d07e733d5c68fab86c27598e9ba6bdda75add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 18:36:06 +0000 Subject: [PATCH] Bump werkzeug from 0.16.1 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 to 3.1.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/0.16.1...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 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..8e61cedab7 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.6 # 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