We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58a68d3 + aec6e44 commit a68d1e2Copy full SHA for a68d1e2
pyproject.toml
@@ -35,13 +35,13 @@ python_template = { path = ".", editable = true }
35
36
[project.optional-dependencies]
37
test = [
38
- "pylint>=3.2.5,<=3.3.7",
39
- "pytest-cov>=4.1,<=6.2.1",
40
- "pytest>=7.4,<=8.4.1",
41
- "hypothesis>=6.104.2,<=6.135.20",
42
- "ruff>=0.5.0,<=0.12.1",
43
- "coverage>=7.5.4,<=7.9.1",
44
- "pre-commit<=4.2.0",
+ "pylint>=3.2.5,<=3.3.8",
+ "pytest-cov>=4.1,<=7.0.0",
+ "pytest>=7.4,<=8.4.2",
+ "hypothesis>=6.104.2,<=6.140.2",
+ "ruff>=0.5.0,<=0.13.2",
+ "coverage>=7.5.4,<=7.10.7",
+ "pre-commit<=4.3.0",
45
]
46
47
[build-system]
0 commit comments