From b9a0b681c4309601ac19fa98790e0a52bf31a703 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:52:43 +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 cc64e523..32f2e6a4 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"