Skip to content

Commit ffeff44

Browse files
fix(deps): update dependency pylint to v4
1 parent aeed581 commit ffeff44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dev = [
5656
"mypy >=1.5.0",
5757
"bandit >=1.7",
5858
"pylint >=4.0.0; python_version >= '3.10'",
59-
"pylint >=2.0, <4.0; python_version < '3.10'",
59+
"pylint >=4, <4.1; python_version < '3.10'",
6060
"pycodestyle >=2.0",
6161
"pytest-asyncio >=0.26.0",
6262
"pytest-timeout >=2.2.0",

0 commit comments

Comments
 (0)