From baa84827d6684ad18a1457dbd742cfdddd03df9b Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Thu, 9 Jun 2022 12:50:04 +0200 Subject: [PATCH] Updated pip packages to support python 3.10 Signed-off-by: Fabian Sauter --- python/test/requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/test/requirements-dev.txt b/python/test/requirements-dev.txt index 85d2f72a2..99d811d39 100644 --- a/python/test/requirements-dev.txt +++ b/python/test/requirements-dev.txt @@ -1,4 +1,4 @@ pyshader==0.7.0 -numpy==1.19.5 -pytest==6.2.1 +numpy==1.22.4 +pytest==7.1.2