mitodl / cookiecutter-djangoapp

Cookie cutter template for starting a new django application
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Update dependency pylint-django to v2.5.5 #216

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pylint-django ==2.3.0 -> ==2.5.5 age adoption passing confidence

Release Notes

PyCQA/pylint-django (pylint-django) ### [`v2.5.5`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-255-14-May-2023) NOTICE ``` This version drops support for Python 3.6 Bugfixes ``` - Fixed compatibility issue with datetime classes and python `3.12` (`#​425 `\_) ### [`v2.5.4`](https://togithub.com/pylint-dev/pylint-django/releases/tag/v2.5.4): Version 2.5.4 (10 Oct 2023) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.5.3...v2.5.4) This is a small release to introduce pylint 3 functionality. ### [`v2.5.3`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-253-25-Mr-2022) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.5.2...v2.5.3) Bugfixes ``` - Fixed compatibility issue between pylint `2.12` and `2.13` to construct `ScopeConsumer` tuples correctly depending on version (`#​358 `_) Other ~~~~~ - pylint version is now pinned to `<3` to give breathing space to update pylint-django before the major update lands ``` ### [`v2.5.2`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-252-18-Feb-2022) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.5.1...v2.5.2) Bugfixes ``` - Fixed crash with assigning a class to a variable, and referencing the variable when subclassing (`#​349 `_) Other ~~~~~ - CI now tests against Django 4.0 ``` ### [`v2.5.1`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-251-16-Feb-2022) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.5.0...v2.5.1) Bugfixes ``` - Fixed pickling for `augment_visit` (`#​276 `_) ``` ### [`v2.5.0`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-250-02-Jan-2022) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.4.4...v2.5.0) Bugfixes ``` - Fixed compatibility with astroid 2.9.1 (`#​343 `_) New ~~~ - Removed false positive error of missing member in TextChoices tuples `#​298 `_ (see pulls `#​330 `_ and `#​345 `_) - Moved from Travis CI to GitHub Actions (`#​366 `_ and `#​340 `_) - Added pre-commit configuration and began enforcing black/isort code formatting - Multiple test fixes (including `#​338 `_) - newer versions of pylint expect a different format for the expected messages txt files. - Bumped dependency for pylint-django-utils to get `multi-threaded pylint support `_ ``` ### [`v2.4.4`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-244-26-Apr-2021) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.4.3...v2.4.4) - Fix compatibility issues with pylint >= 2.8. Fixes `#​322 `\_ and `#​323 `\_ ### [`v2.4.3`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-243-09-Apr-2021) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.4.2...v2.4.3) - Start testing with Django 3.2 on Python 3.9 (Michael K.) - Teach pylint-django about all HTTP methods from the View class, not only `get` and `post` (Nicolás Quiroz) - Typo fixes for `#​314 `\_ (John Sandall) - Ignore `unused-argument` for `*args`, `**kwards` in view method signatures ### [`v2.4.2`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-242-08-Jan-2021) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.4.1...v2.4.2) - Moved `Faker` dependencies to test-only `#​304 `\_ ### [`v2.4.1`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-241-07-Jan-2021) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.4.0...v2.4.1) - Relaxed Faker package versioning requirement for `Faker` (Robin Chow) ### [`v2.4.0`](https://togithub.com/PyCQA/pylint-django/blob/HEAD/CHANGELOG.rst#Version-240-06-Jan-2021) [Compare Source](https://togithub.com/PyCQA/pylint-django/compare/v2.3.0...v2.4.0) - Allowed configuration of the Django settings module to be used via a commandline argument `#​286 `\_ - If Django settings are not specified via a commandline argument or environment variable, an error is issued but defaults are loaded from Django, removing the fatal error behaviour. `#​277 `\_ and `#​243 `\_ - Fixed tests to work with pylint>2.6 - Fixed `AttributeError: 'Subscript' object has no attribute 'name'` error. Closes `#​284 `\_ ([@​uy-rrodriguez](https://togithub.com/uy-rrodriguez)) - Pin Faker version to Prevent Asteroid Crash (James Pulec) - Remove Python 3.5 Support (EOL since Sept 2020 and Faker requires 3.6 anyway) (James Pulec) - Fixed reverse manager `update_or_create` calls (James Pulec)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.