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 4c33db7 + 1080ab7 commit 2ddbf1eCopy full SHA for 2ddbf1e
pyproject.toml
@@ -34,13 +34,13 @@ python_template = { path = ".", editable = true }
34
35
[project.optional-dependencies]
36
test = [
37
- "pylint>=3.2.5,<=3.3.4",
+ "pylint>=3.2.5,<=3.3.6",
38
"pytest-cov>=4.1,<=6.0.0",
39
- "pytest>=7.4,<=8.3.4",
40
- "hypothesis>=6.104.2,<=6.127.3",
41
- "ruff>=0.5.0,<=0.9.9",
42
- "coverage>=7.5.4,<=7.6.12",
43
- "pre-commit<=4.1.0",
+ "pytest>=7.4,<=8.3.5",
+ "hypothesis>=6.104.2,<=6.130.6",
+ "ruff>=0.5.0,<=0.11.2",
+ "coverage>=7.5.4,<=7.8.0",
+ "pre-commit<=4.2.0",
44
]
45
46
[build-system]
0 commit comments