From 0bfb923211464e88eac3c01df6bc93e7b08303c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:43:02 +0000 Subject: [PATCH] chore: Update dependency werkzeug to v3 [SECURITY] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bb1058..1598b64 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ 'six==1.16.0', 'types-Markdown==3.4.2.1', 'types-PyYAML==6.0.12', - 'werkzeug==2.2.2', + 'werkzeug==3.1.6', ), python_requires='>=3.8', classifiers=[