From 37148a2f1c464fc6ff40bc955f287f41d08ef136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:32:04 +0000 Subject: [PATCH] Bump werkzeug from 0.15.3 to 2.3.8 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 2.3.8. - [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...2.3.8) --- updated-dependencies: - dependency-name: werkzeug 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 97638fb1..b4ff5fa2 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==2.3.8 whoosh==2.7.4 xmltodict==0.11.0 mysqlclient==1.4.6 diff --git a/requirements_local.txt b/requirements_local.txt index 44371bec..3220795c 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==2.3.8 django-extensions==1.6.7 ipdb==0.13.9 sqlparse==0.4.2