From 14a758ea68a9d6d86802444dd9a491e158217c1c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:02:54 +0000 Subject: [PATCH] fix(deps): update dependency pytest to v9 main Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- test/e2e/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/pyproject.toml b/test/e2e/pyproject.toml index 82c6d5be0..265c2bb73 100644 --- a/test/e2e/pyproject.toml +++ b/test/e2e/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.12" dependencies = [ "kubernetes-asyncio>=31.0,<37", "mcp>=1.28,<2", - "pytest>=8.0,<9", + "pytest>=9.1,<10", "pytest-asyncio>=0.25,<1", "pyyaml>=6.0,<7", ]