From c1f6f3ffeabc457c1ae75ff2f355cce56adb2a6c Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Tue, 3 Oct 2023 04:49:09 +0900 Subject: [PATCH] Explicit lock of werkzeug lib version --- python/web/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/web/requirements.txt b/python/web/requirements.txt index 60758b1c..a11d5f40 100644 --- a/python/web/requirements.txt +++ b/python/web/requirements.txt @@ -1,9 +1,10 @@ bjoern==3.2.2 -Flask==2.3.2 +Flask==2.3.3 Jinja2==3.1.2 protobuf==3.20.2 requests==2.31.0 simplepam==0.1.5 flask_babel==2.0.0 ua-parser==0.16.1 -vcgencmd==0.1.1 \ No newline at end of file +vcgencmd==0.1.1 +werkzeug==2.3.7