From 74e65dc3fd232f286db2d53d54039fa38e2b51ad Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Tue, 22 Apr 2025 16:14:50 +0000
Subject: [PATCH] Fix GitLab CI/CD pipeline

---
 src/nbi/requirements.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/nbi/requirements.in b/src/nbi/requirements.in
index e21aee4f6..9ebb937a3 100644
--- a/src/nbi/requirements.in
+++ b/src/nbi/requirements.in
@@ -32,6 +32,7 @@ pyang==2.6.0
 git+https://github.com/robshakir/pyangbind.git
 pydantic==2.6.3
 python-socketio==5.12.1
-requests==2.27.1
+requests==2.27.*
 werkzeug==2.3.7
 #websockets==12.0
+websocket-client==1.8.0     # used by socketio to upgrate to websocket
-- 
GitLab