From 4040075ea0f75b1d38a641a2f268d62f55683e2a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:48:03 +0000 Subject: [PATCH] Update dependency pytest to v9 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 61627d5..789179c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python-dateutil = "^2.9.0.post0" packaging = "^24.2" [tool.poetry.group.dev.dependencies] -pytest = "^8.3.5" +pytest = "^9.0.0" pytest-cov = "^6.0.0" deptry = "^0.20.0" mypy = "^1.15.0"