From ccddea9703e840dad625e6a7f353674f6678a50c Mon Sep 17 00:00:00 2001 From: Castanheta Date: Thu, 12 Feb 2026 12:57:11 +0000 Subject: [PATCH] Update werkzeug version to 3.1.4 in requirements.txt --- .../TS29222_CAPIF_API_Invoker_Management_API/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt b/services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt index feb93b7f..7ecb4edb 100644 --- a/services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt +++ b/services/TS29222_CAPIF_API_Invoker_Management_API/requirements.txt @@ -21,6 +21,6 @@ opentelemetry-api == 1.20.0 opentelemetry-sdk == 1.20.0 flask_executor == 1.0.0 Flask-APScheduler == 1.13.1 -werkzeug == 3.0.6 +werkzeug == 3.1.4 gunicorn == 23.0.0 packaging == 24.0 \ No newline at end of file -- GitLab