From fdf3340fe49d2462cc60855701081089a5e8b529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:30:48 +0000 Subject: [PATCH] chore: Update dependency werkzeug to v2.3.8 [SECURITY] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 542b8bf..aa481f3 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==2.3.8', ), python_requires='>=3.8', classifiers=[