Skip to content

Commit d7298ec

Browse files
committed
Chore: Relax development dependencies
1 parent 28172c9 commit d7298ec

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@ dependencies = [
4040
[dependency-groups]
4141
dev = [
4242
"certifi>=2025.10.5",
43-
"coverage>=7.11.0",
44-
"mypy>=1.18.2",
45-
"pytest>=8.4.2",
43+
"mypy<1.19",
44+
"poethepoet<1",
45+
"pytest<9",
46+
"pytest-cov<8",
4647
"pytz>=2025.2",
47-
"ruff>=0.14.2",
48+
"ruff<0.15",
4849
"setuptools>=80.9.0",
49-
"stopit>=1.1.2",
50-
"verlib2>=0.3.1",
50+
"stopit<1.2",
51+
]
5152
]
5253

5354

0 commit comments

Comments
 (0)