From 077fcde71f2b6f3e2964819c1b9401288172f30b Mon Sep 17 00:00:00 2001 From: Stefal Date: Sat, 21 Oct 2023 17:53:47 +0200 Subject: [PATCH] =?UTF-8?q?Pin=20werkzug=20version=20to=20fix=20incompatib?= =?UTF-8?q?ilit=C3=A9=20with=20Flask=202.2.2=20#330?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_app/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/web_app/requirements.txt b/web_app/requirements.txt index 28e616cf..5298c6e8 100644 --- a/web_app/requirements.txt +++ b/web_app/requirements.txt @@ -1,5 +1,6 @@ cryptography==38.0.0 itsdangerous==2.1.2 +Werkzeug==2.2.2 Flask==2.2.2 Flask-SocketIO==5.3.2 eventlet==0.33.3