From 2a6efa203a7786810413c45daf8b2deb6965ff18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:29:05 +0000 Subject: [PATCH] chore(deps): update python-deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a4aaa7a..630f3e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,8 +82,8 @@ dev = [ "ipdb>=0.13.13,<0.14", "ipython" ] test = [ "ipdb>=0.13.13", "ipython>=8.18.1", - "pytest>=8.0.0,<9", - "pytest-cov>=6.0.0,<7" + "pytest>=9,<10", + "pytest-cov>=7,<8" ] [build-system]