Skip to content

Commit ee7d451

Browse files
committed
Bump pytest and pylint dependencies
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 6c890a8 commit ee7d451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ dev-pylint = [
104104
"setuptools >= 67.6.0, < 81", # Should match the api dependency
105105
]
106106
dev-pytest = [
107-
"pytest == 8.3.5",
108-
"pylint == 4.0.0", # We need this to check for the examples
107+
"pytest == 9.0.1",
108+
"pylint == 4.0.3", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)