From 03104c148a631977610602872b272282ccf01353 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:57:20 +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 542b8bf..65a3bab 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.0.3', ), python_requires='>=3.8', classifiers=[