From 73987a1563e5cb1f27bbc64605d331364d3d50f0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 8 Dec 2022 18:37:36 +0100 Subject: [PATCH] tests: upgrade pytest and others to more recent versions --- tests/integration/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/integration/requirements.txt b/tests/integration/requirements.txt index 6724e8a8..16f08e2d 100644 --- a/tests/integration/requirements.txt +++ b/tests/integration/requirements.txt @@ -1,5 +1,5 @@ -pyroute2==0.5.2 -pytest==3.10.1 -pytest-helpers-namespace==2019.1.8 -pytest-xdist==1.26.1 -scapy==2.4.3 +pyroute2==0.7.3 +pytest==7.2.0 +pytest-helpers-namespace==2021.12.29 +pytest-xdist==3.1.0 +scapy==2.4.5 -- 2.39.5