Skip to content

Commit 5ad934f

Browse files
Permit to use pylint 4+, bump own version
1 parent fe1c9d0 commit 5ad934f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude = [ "**/tests/**", "**/testutils.py", "**/tests.py" ]
4646
[tool.poetry.dependencies]
4747
python = ">=3.9,<4.0"
4848
pylint-plugin-utils = ">=0.8"
49-
pylint = ">=3.0,<4"
49+
pylint = ">=3.0,<5"
5050
Django = { version = ">=2.2", optional = true }
5151

5252
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)