From ba7e70d5dd558f8d172f705d0cf7aada4dacff6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:16:22 +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 6720a6e..37a8d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ testing = [ "pgtest==1.3.2", "wheel==0.43.0", "coverage[toml]", - "pytest==9.0.3", + "pytest==9.1.1", "pytest-cov==7.1.0", "pytest-sugar==1.1.1" ]