We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03efc49 + cc49690 commit dc32abaCopy full SHA for dc32aba
pyproject.toml
@@ -38,11 +38,11 @@ python_template = { path = ".", editable = true }
38
[project.optional-dependencies]
39
test = [
40
"pylint>=3.2.5,<=4.0.5",
41
- "pytest-cov>=4.1,<=7.0.0",
+ "pytest-cov>=4.1,<=7.1.0",
42
"pytest>=7.4,<=9.0.2",
43
- "hypothesis>=6.104.2,<=6.151.9",
44
- "ruff>=0.5.0,<=0.15.4",
45
- "coverage>=7.5.4,<=7.13.4",
+ "hypothesis>=6.104.2,<=6.151.10",
+ "ruff>=0.5.0,<=0.15.8",
+ "coverage>=7.5.4,<=7.13.5",
46
"prek>=0.2.28,<0.4.0",
47
"ty>=0.0.12,<=0.0.27",
48
]
0 commit comments