From 0e3abb03c096db75af77014d8147f222bad7e923 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:50:21 +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 1e91e07..95164e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ Documentation = "https://crossflow.readthedocs.io/" [project.optional-dependencies] testing = [ - "pytest==8.2.2", + "pytest==9.1.1", "pytest-cov==5.0.0", "pytest-sugar==1.0.0" ]