From 24c783373a134908264cc78b5f1add496a868391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 12:50:13 +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 a17bf6c7..85311149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ build = [ "cx_freeze (>=8.5.3)", ] test = [ - "pytest (>=8.4.2,<8.5)", + "pytest (>=9.0.2,<9.1)", "pytest-cov (>=7.0.0,<7.1)", "pytest-httpx (>=0.35.0,<0.36)", ]