Skip to content

Commit ebf3345

Browse files
Bump pylint-django version to 2.7.0 for pylint 4
1 parent 981760c commit ebf3345

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
@@ -5,7 +5,7 @@ requires = [ "poetry-core>=1" ]
55

66
[tool.poetry]
77
name = "pylint-django"
8-
version = "2.6.1"
8+
version = "2.7.0"
99
readme = "README.rst"
1010
description = "A Pylint plugin to help Pylint understand the Django web framework"
1111
repository = "https://github.com/pylint-dev/pylint-django"
@@ -44,7 +44,7 @@ exclude = [ "**/tests/**", "**/testutils.py", "**/tests.py" ]
4444
[tool.poetry.dependencies]
4545
python = ">=3.9,<4.0"
4646
pylint-plugin-utils = ">=0.8"
47-
pylint = ">=3.0,<4"
47+
pylint = ">=3.0,<5"
4848
Django = { version = ">=2.2", optional = true }
4949

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

0 commit comments

Comments
 (0)