kiwitcms / Kiwi

open source test management system with over 2 million downloads!
https://kiwitcms.org
GNU General Public License v2.0
989 stars 296 forks source link

Update pylint-django to 2.6.1 #3807

Closed pyup-bot closed 1 month ago

pyup-bot commented 1 month ago

This PR updates pylint-django from 2.5.5 to 2.6.1.

Changelog ### 2.6.1 ``` ------------- NOTICE ~~~~~~ We dropped support for Python 3.7, 3.8, and for pylint below 3.0. Bugfixes ~~~~~~~~ - Added Django aliases for ranges to support psycopg 2 and 3 (`421 <https://github.com/pylint-dev/pylint-django/pull/421>`_) - Support for Python 3.12 datetime (`427 <https://github.com/pylint-dev/pylint-django/pull/427>`_) - Fixed location of installed LICENSE file (`431 <https://github.com/pylint-dev/pylint-django/issues/431>`_) - Fixed ForeignKeyStringChecker referencing linter config incorrectly (`430 <https://github.com/pylint-dev/pylint-django/issues/430>`_) Other ~~~~~ - CI now tests against Django 5.1 ``` ### 2.6.0 ``` ---------------------------- Not released for lack of a release pipeline at the time the tag was created. ```
Links - PyPI: https://pypi.org/project/pylint-django - Changelog: https://data.safetycli.com/changelogs/pylint-django/ - Repo: https://github.com/pylint-dev/pylint-django