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.
1 parent 0205f63 commit b8a9853Copy full SHA for b8a9853
pyproject.toml
@@ -42,12 +42,12 @@ python = "3.13.*"
42
[project.optional-dependencies]
43
test = [
44
"black>=23,<=24.10.0",
45
- "pylint>=3.2.5,<=3.3.2",
+ "pylint>=3.2.5,<=3.3.3",
46
"pytest-cov>=4.1,<=6.0.0",
47
"pytest>=7.4,<=8.3.4",
48
- "hypothesis>=6.104.2,<=6.123.0",
+ "hypothesis>=6.104.2,<=6.123.2",
49
"ruff>=0.5.0,<=0.8.4",
50
- "coverage>=7.5.4,<=7.6.9",
+ "coverage>=7.5.4,<=7.6.10",
51
]
52
#These are a list of externally maintained rocker extensions. use pip install rockerc[extensions] to install all of them
53
extensions = [
0 commit comments