From c5991b54c75d2b1527b10c2f788c8de9abb0b09e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 15:01:19 +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 8cfcf86d..424e65a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ black = "25.1.0" coverage = "7.10.6" licenseheaders = "0.8.8" mypy = "1.15.0" -pytest = '8.4.2' +pytest = '9.0.2' pytest-cov = '7.0.0' pytest-subtests = "0.14.1" pytest-docker = "3.2.0"