From 41f2687c6a4feeeb6c8b0f095f558456eec2255a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:10:03 +0000 Subject: [PATCH] Update dependency pytest to v9 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 925e3a0..9605dc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ testing = [ "pgtest==1.3.2", "wheel==0.43.0", "coverage[toml]", - "pytest==8.2.2", + "pytest==9.0.3", "pytest-cov==7.1.0", "pytest-sugar==1.0.0" ]