From bb40bea80abfecc7510ec8bf9af1992e639cd662 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 16 Dec 2025 06:25:24 +0100 Subject: [PATCH] Chore: Relax development dependencies --- pyproject.toml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8df0f843..1bec1442 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,19 +35,20 @@ classifiers = [ dependencies = [ "orjson>=3.11.3", "urllib3>=2.5.0", + "verlib2>=0.3.1", ] [dependency-groups] dev = [ "certifi>=2025.10.5", - "coverage>=7.11.0", - "mypy>=1.18.2", - "pytest>=8.4.2", + "mypy<1.19", + "poethepoet<1", + "pytest<9", + "pytest-cov<8", "pytz>=2025.2", - "ruff>=0.14.2", + "ruff<0.15", "setuptools>=80.9.0", - "stopit>=1.1.2", - "verlib2>=0.3.1", + "stopit<1.2", ]