From f88ddd5081aa5a6ec4dec5075df600e5314f39e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:44:55 +0000 Subject: [PATCH] :arrow_up: Bump werkzeug from 0.16.0 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.0 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.0...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 a26538c..fefd221 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Flask==1.1.2 itsdangerous==0.24 Jinja2==2.10.1 MarkupSafe==1.1.1 -Werkzeug==0.16.0 +Werkzeug==3.1.6 pytest==6.1.1 sentry-sdk==0.19.0 sentry-sdk[flask]