From 05bce01e920b6db1a6d11dd5feda7a1627d42ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:49:01 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.1.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 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/2.0.3...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 +- requirements_local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d9b5ebef..f03f5835 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ requests==2.27.1 sqlparse==0.4.2 tornado==5 text-unidecode==1.3 -werkzeug==2.0.3 +werkzeug==3.1.6 xmltodict==0.11.0 mysqlclient==1.4.6 nose==1.3.7 diff --git a/requirements_local.txt b/requirements_local.txt index 7a415898..f54cba9d 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -5,7 +5,7 @@ Pillow==9.0.0 django-recaptcha==3.0.0 python-gettext==3.0 beautifulsoup4 -Werkzeug==2.0.3 +Werkzeug==3.1.6 django-extensions==3.1.5 ipdb==0.13.9 sqlparse==0.4.2