Update pip dependencies

Change-Id: I44de2a5bd69ef9bfe0180b0acf2d50572d0263ad
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/requirements-test.txt b/requirements-test.txt
index d18593a..69e9206 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -14,19 +14,23 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #######################################################################################
-coverage==7.6.12
+coverage==7.9.1
     # via -r requirements-test.in
-exceptiongroup==1.2.2
+exceptiongroup==1.3.0
     # via pytest
-iniconfig==2.0.0
+iniconfig==2.1.0
     # via pytest
 nose2==0.15.1
     # via -r requirements-test.in
-packaging==24.2
+packaging==25.0
     # via pytest
-pluggy==1.5.0
+pluggy==1.6.0
     # via pytest
-pytest==8.3.5
+pygments==2.19.2
+    # via pytest
+pytest==8.4.1
     # via -r requirements-test.in
 tomli==2.2.1
     # via pytest
+typing-extensions==4.14.0
+    # via exceptiongroup