From 7b253bebf1dc4713b08cd6479c37434bb7b80781 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..136cf84ed17f 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 \ No newline at end of file