We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a95190a + a68d41e commit a6835a1Copy full SHA for a6835a1
1 file changed
pyproject.toml
@@ -37,13 +37,13 @@ python_template = { path = ".", editable = true }
37
38
[project.optional-dependencies]
39
test = [
40
- "pylint>=3.2.5,<=4.0.5",
41
- "pytest-cov>=4.1,<=7.1.0",
42
- "pytest>=7.4,<=9.0.2",
43
- "hypothesis>=6.104.2,<=6.151.10",
44
- "ruff>=0.5.0,<=0.15.8",
45
- "coverage>=7.5.4,<=7.13.5",
46
- "prek>=0.2.28,<0.4.0",
+ "pylint<=4.0.5,>=4.0.5",
+ "pytest-cov<=7.1.0,>=7.1.0",
+ "pytest<=9.0.3,>=9.0.3",
+ "hypothesis<=6.152.9,>=6.152.9",
+ "ruff<=0.15.14,>=0.15.14",
+ "coverage<=7.14.0,>=7.14.0",
+ "prek>=0.4.1,<0.5.0",
47
"ty<=0.0.33,>=0.0.33",
48
]
49
0 commit comments