From 1eebf7e77772c7480f50aa3fa2c038a267c6cb17 Mon Sep 17 00:00:00 2001 From: "fangyaozheng@bytedance.com" Date: Wed, 17 Dec 2025 22:18:50 +0800 Subject: [PATCH] fix(template): update deps of template --- .../{{cookiecutter.local_dir_name}}/src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/requirements.txt b/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/requirements.txt index f9326018..1de03255 100644 --- a/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/requirements.txt +++ b/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/requirements.txt @@ -1,4 +1,4 @@ Flask==2.3.2 Flask-SQLAlchemy==3.0.5 -Werkzeug==2.3.6 -gunicorn==20.1.0 \ No newline at end of file +werkzeug>=3.1.4 +gunicorn>=22.0.0 \ No newline at end of file