From 325c5dc799d05548081d032c36a6a3506ee64c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:24:03 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.2.3 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.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.2.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 06df718df..8b99f3063 100644 --- a/requirements.txt +++ b/requirements.txt @@ -205,7 +205,7 @@ watchdog==2.2.1 wcwidth==0.2.13 webargs==5.5.3 webencodings==0.5.1 -Werkzeug==2.2.3 +Werkzeug==3.0.6 wrapt==1.17.0 WTForms==2.3.3 WTForms-Alchemy==0.18.0 diff --git a/setup.cfg b/setup.cfg index 7e2567e66..d8f5c30ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -102,7 +102,7 @@ install_requires = SQLAlchemy>=1.3.0,<2.0.0 # Pinned due to before_first_request deprecation https://flask.palletsprojects.com/en/2.2.x/api/#flask.Flask.before_first_request Flask>=2.2.0,<2.3.0 - Werkzeug>=2.2.0,<2.3.0 + Werkzeug>=2.2.0,<3.1.0 flask_menu>=1.0.0,<2.0.0 # 3.0.0 introduces breaking changes, requires fixes in flask-admin WTForms<3.0.0