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 4fa00ac + 23cc32a commit 37b5e52Copy full SHA for 37b5e52
pyproject.toml
@@ -34,12 +34,12 @@ python_template = { path = ".", editable = true }
34
35
[project.optional-dependencies]
36
test = [
37
- "pylint>=3.2.5,<=3.3.1",
+ "pylint>=3.2.5,<=3.3.3",
38
"pytest-cov>=4.1,<=6.0.0",
39
- "pytest>=7.4,<=8.3.3",
40
- "hypothesis>=6.104.2,<=6.122.0",
41
- "ruff>=0.5.0,<=0.8.1",
42
- "coverage>=7.5.4,<=7.6.8",
+ "pytest>=7.4,<=8.3.4",
+ "hypothesis>=6.104.2,<=6.123.2",
+ "ruff>=0.5.0,<=0.8.4",
+ "coverage>=7.5.4,<=7.6.10",
43
"pre-commit<=4.0.1"
44
]
45
0 commit comments