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 5747b2b + 4a40b2a commit bb26f4cCopy full SHA for bb26f4c
pyproject.toml
@@ -35,13 +35,13 @@ python_template = { path = ".", editable = true }
35
36
[project.optional-dependencies]
37
test = [
38
- "pylint>=3.2.5,<=4.0.2",
+ "pylint>=3.2.5,<=4.0.3",
39
"pytest-cov>=4.1,<=7.0.0",
40
- "pytest>=7.4,<=9.0.0",
41
- "hypothesis>=6.104.2,<=6.147.0",
42
- "ruff>=0.5.0,<=0.14.4",
43
- "coverage>=7.5.4,<=7.11.3",
44
- "pre-commit<=4.4.0",
+ "pytest>=7.4,<=9.0.1",
+ "hypothesis>=6.104.2,<=6.148.3",
+ "ruff>=0.5.0,<=0.14.7",
+ "coverage>=7.5.4,<=7.12.0",
+ "pre-commit<=4.5.0",
45
]
46
47
[build-system]
0 commit comments