From 2b4a010d5352910e36e192a4a204d7b009dd79a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:51:52 +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 f605c0dd..eacc54b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "pytest-cov~=7.0.0", "pytest-timeout~=2.4.0", "pytest-xdist~=3.8.0", - "pytest~=8.4.0", + "pytest~=9.0.0", "pytest-httpserver~=1.1.0", "redbaron~=0.9.0", "ruff~=0.14.0",