Skip to content

Commit ad5d7ef

Browse files
authored
Testing - Pinning werkzeug (#2757)
1 parent 7029d10 commit ad5d7ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ elementpath==4.1.5
5959

6060
selenium~=4.14.0
6161

62-
werkzeug~=3.0
62+
# https://github.com/pallets/werkzeug/issues/2985
63+
# Maybe related to pytest?
64+
werkzeug==3.0.6
6365

6466
# Templating, so far just in the URLs but in the future can be for the notifications also
6567
jinja2~=3.1

0 commit comments

Comments
 (0)