From 0cb5f351c4c23d6991d70474cd030f78b243ac77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:47:24 +0000 Subject: [PATCH] Update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2a04f1..7381c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ ZypeSDK = "^1.6" rich = "^13.0.0" [tool.poetry.dev-dependencies] -pytest = "^8.0.0" +pytest = "^9.0.0" [build-system] requires = ["poetry-core>=1.0.0"]