Skip to content

Commit e4e126a

Browse files
Permit to use pylint 4+, bump own version
1 parent bb2f8c6 commit e4e126a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ Changelog
55
Version 2.6.2
66
-------------
77

8+
We added support for pylint 4.0.0+.
9+
810
Other
911
~~~~~
1012

1113
- CI now tests against Django 5.2
1214
- CI now tests against python 3.13
1315
- CI now tests against python 3.14
14-
16+
- CI now tests against pylint 4.0.0+
1517

1618
Version 2.6.1
1719
-------------

pyproject.toml

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

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

0 commit comments

Comments
 (0)