diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e17a76e..37cd0d7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,13 +5,15 @@ Changelog Version 2.6.2 ------------- +We added support for pylint 4.0.0+. + Other ~~~~~ - CI now tests against Django 5.2 - CI now tests against python 3.13 - CI now tests against python 3.14 - +- CI now tests against pylint 4.0.0+ Version 2.6.1 ------------- diff --git a/pyproject.toml b/pyproject.toml index a90b00f..5a9cb14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ exclude = [ "**/tests/**", "**/testutils.py", "**/tests.py" ] [tool.poetry.dependencies] python = ">=3.9,<4.0" pylint-plugin-utils = ">=0.8" -pylint = ">=3.0,<4" +pylint = ">=3.0,<5" Django = { version = ">=2.2", optional = true } [tool.poetry.group.dev.dependencies]