From 81e50d236896075c7a2ac0e9a4a6d27fe4b9964c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:20:11 +0000 Subject: [PATCH] Bump werkzeug from 0.15.3 to 3.1.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 3.1.3. - [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.3) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-major ... 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..ade21c3e 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.3 whoosh==2.7.4 xmltodict==0.11.0 mysqlclient==1.4.6 diff --git a/requirements_local.txt b/requirements_local.txt index 17abbba8..17418bec 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.3 django-extensions==2.2.9 ipdb==0.13.9 sqlparse==0.4.2