From 004165c782352734cd5f321143c992649ff5e2c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:28:46 +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 1558b2832c..c7df9f2ee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ compress-snappy = ['python-snappy'] [dependency-groups] dev = [ - "pytest~=8.0", + "pytest~=9.0", "PyYAML", "pytz", "scales",