We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c890a8 commit ee7d451Copy full SHA for ee7d451
pyproject.toml
@@ -104,8 +104,8 @@ dev-pylint = [
104
"setuptools >= 67.6.0, < 81", # Should match the api dependency
105
]
106
dev-pytest = [
107
- "pytest == 8.3.5",
108
- "pylint == 4.0.0", # We need this to check for the examples
+ "pytest == 9.0.1",
+ "pylint == 4.0.3", # We need this to check for the examples
109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency
0 commit comments