From 113f74e84a480319e05cb9fb9870034517df3bd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 09:22:16 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b46ad8a..0fc1755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ poetry-dynamic-versioning = "1.9.1" black = { version = "25.9.0" } flake8 = { version = "7.3.0" } flake8-pyproject = { version = "1.2.4" } -pytest = { version = "8.4.2" } +pytest = { version = "9.0.2" } pytest-cov = { version = "6.3.0" } [tool.poetry.plugins."poetry.plugin"]