From d75450c4153c524f395894c0cf365bb65d909899 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:10:22 +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 5c3ac58e..ea9b52a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ black = "25.1.0" coverage = '>=7.3.3' licenseheaders = '>=0.8.8' mypy = '>=1.7.1' -pytest = '8.4.2' +pytest = '9.0.1' pytest-cov = '7.0.0' pytest-subtests = "0.14.1" pytest-docker = "3.2.0"