From ad5d7efbbfcd4c3090a7f2a5b925f156d38c6991 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 1 Nov 2024 10:23:34 +0100 Subject: [PATCH] Testing - Pinning werkzeug (#2757) --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b90c0586..b2d271bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,9 @@ elementpath==4.1.5 selenium~=4.14.0 -werkzeug~=3.0 +# https://github.com/pallets/werkzeug/issues/2985 +# Maybe related to pytest? +werkzeug==3.0.6 # Templating, so far just in the URLs but in the future can be for the notifications also jinja2~=3.1