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 d663356 + 339b6fd commit dc4f8d3Copy full SHA for dc4f8d3
pyproject.toml
@@ -34,13 +34,13 @@ python_template = { path = ".", editable = true }
34
35
[project.optional-dependencies]
36
test = [
37
- "black>=23,<=24.8.0",
+ "black>=23,<=24.10.0",
38
"pylint>=3.2.5,<=3.3.1",
39
- "pytest-cov>=4.1,<=5.0.0",
+ "pytest-cov>=4.1,<=6.0.0",
40
"pytest>=7.4,<=8.3.3",
41
- "hypothesis>=6.104.2,<=6.112.2",
42
- "ruff>=0.5.0,<=0.6.8",
43
- "coverage>=7.5.4,<=7.6.1",
+ "hypothesis>=6.104.2,<=6.116.0",
+ "ruff>=0.5.0,<=0.7.2",
+ "coverage>=7.5.4,<=7.6.4",
44
]
45
46
[build-system]
0 commit comments