From 97d09539f9ce73d061165d9fe7503588477cd8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 20:09:24 +0000 Subject: [PATCH] Bump werkzeug from 0.15.3 to 3.1.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 3.1.5. - [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.15.3...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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 fce13700..28e44e37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ requests==2.27.1 sqlparse==0.4.2 tornado==5 text-unidecode==1.3 -werkzeug==0.15.3 +werkzeug==3.1.5 whoosh==2.7.4 xmltodict==0.11.0 mysqlclient==1.4.6 diff --git a/requirements_local.txt b/requirements_local.txt index 17abbba8..46cb3f8f 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -5,7 +5,7 @@ Pillow==9.0.0 django-recaptcha==1.4.0 python-gettext==3.0 beautifulsoup4 -Werkzeug==0.15.3 +Werkzeug==3.1.5 django-extensions==2.2.9 ipdb==0.13.9 sqlparse==0.4.2