From 4534b30c3c54de160418d6058f0bb8db3208ef5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:54:45 +0000 Subject: [PATCH] chore(deps): update dependency pytest to >=8,<8.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3c10188..234d1e6f 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ "test": [ "coverage>=7.8,<7.9", "pylint>=3,<3.4", - "pytest>=8,<8.4", + "pytest>=8,<8.5", "pytest-cov>=6,<6.2", "mypy>=1.15,<1.16", "types-python-dateutil",