From 0a5714b5789e26ede0065a2f9864e5249212c482 Mon Sep 17 00:00:00 2001 From: Diego Lovison Date: Mon, 2 Sep 2024 16:39:58 -0300 Subject: [PATCH] Fix sdk k test --- test/kfp-kubernetes-execution-tests/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/kfp-kubernetes-execution-tests/requirements.txt b/test/kfp-kubernetes-execution-tests/requirements.txt index bf44f1204984..2552b2cbb65e 100644 --- a/test/kfp-kubernetes-execution-tests/requirements.txt +++ b/test/kfp-kubernetes-execution-tests/requirements.txt @@ -1,3 +1,3 @@ sdk/python -pytest==7.1.3 -pytest-asyncio-cooperative==0.28.0 +pytest==8.3.2 +pytest-asyncio-cooperative==0.37.0