From 8ee13f36e86d28926b348a2a48eeda73d2e42f57 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:10:57 +0100 Subject: [PATCH] patch Werkzeug --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95a6e100..b5aef0dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] requires-python = ">=3.7" dependencies = [ - "Werkzeug>=2.2.2", + "Werkzeug>=2.2.3", "Jinja2>=3.0", "itsdangerous>=2.0", "click>=8.0",