From 9db84f67c167fb09b61993f3db5ba5df09edb5f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:34:14 +0000 Subject: [PATCH] Update dependency pytest to v9.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcfd8f6..8c9c294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ ] tests = [ - 'pytest==9.0.2', + 'pytest==9.1.1', 'pytest-django==4.12.0', 'pytest-cov==7.0.0', ]