From 5e4aa2bc91ba2dc12ceec1587645c12e04e459f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:46:35 +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 e9d843c..ba9b549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ CPE = "src.main:Flake8ImportGuard" dev = [ "ruff>=0.16,<0.17", "pre-commit>=4.2.0,<5", - "pytest>=8.4.0,<9", + "pytest>=9.1.1,<10", "pytest-cov>=7.0.0,<8", "python-semantic-release>=10.0.2,<11", "pytest-codspeed>=3.2.0",