From bd639a2b37948584c6b1fd3e289fc9060e28aff0 Mon Sep 17 00:00:00 2001 From: Mayeul Rousselet Date: Mon, 17 Feb 2025 18:50:52 +0100 Subject: [PATCH] Bump pytest and allure pytest to support more recent version of python --- tests/python/unit/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/python/unit/requirements.txt b/tests/python/unit/requirements.txt index f761891..3cc3e1d 100644 --- a/tests/python/unit/requirements.txt +++ b/tests/python/unit/requirements.txt @@ -1,2 +1,2 @@ -pytest~=6.2 -allure-pytest~=2.8 +pytest~=8.3 +allure-pytest==2.13.2