chore(deps): update dependency pylint-django to v2.4.0

This MR contains the following updates:

Package Update Change
pylint-django (changelog) minor ==2.3.0 -> ==2.4.0

Release Notes

PyCQA/pylint-django

v2.4.0

Compare Source

  • Allowed configuration of the Django settings module to be used via a commandline argument #&#8203;286 <https://github.com/PyCQA/pylint-django/issues/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. #&#8203;277 <https://github.com/PyCQA/pylint-django/issues/277>_ and #&#8203;243 <https://github.com/PyCQA/pylint-django/issues/243>_
  • Fixed tests to work with pylint>2.6
  • Fixed AttributeError: 'Subscript' object has no attribute 'name' error. Closes #&#8203;284 <https://github.com/PyCQA/pylint-django/issues/284>_ (@​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)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading