From 4fd2277fbc9f4777e31a4349a36738eeb427c628 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:19:12 +0000 Subject: [PATCH] Update dependency pytest to <=9.0.2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 948b80d..8b747f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ test = [ "flexmock>=0.10.6", "responses>=0.9.0", - "pytest<=9.0.1", + "pytest<=9.0.2", "pytest-cov", "pytest-html", "requests-mock",