Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pylint-django to v2.6.1 #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 20, 2024

This PR contains the following updates:

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

Release Notes

pylint-dev/pylint-django (pylint-django)

v2.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 (#&#8203;421 <https://github.com/pylint-dev/pylint-django/pull/421>_)
  • Support for Python 3.12 datetime (#&#8203;427 <https://github.com/pylint-dev/pylint-django/pull/427>_)
  • Fixed location of installed LICENSE file (#&#8203;431 <https://github.com/pylint-dev/pylint-django/issues/431>_)
  • Fixed ForeignKeyStringChecker referencing linter config incorrectly (#&#8203;430 <https://github.com/pylint-dev/pylint-django/issues/430>_)

Other


- CI now tests against Django 5.1

v2.5.5

NOTICE


This version drops support for Python 3.6

Bugfixes
  • Fixed compatibility issue with datetime classes and python 3.12 (#&#8203;425 <https://github.com/pylint-dev/pylint-django/issues/425>_)

v2.5.4: Version 2.5.4 (10 Oct 2023)

Compare Source

This is a small release to introduce pylint 3 functionality.

v2.5.3

Compare Source

Bugfixes


- Fixed compatibility issue between pylint `2.12` and `2.13` to construct `ScopeConsumer` tuples correctly depending on version (`#&#8203;358 <https://github.com/pylint-dev/pylint-django/issues/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

Compare Source

Bugfixes


- Fixed crash with assigning a class to a variable, and referencing the variable when subclassing (`#&#8203;349 <https://github.com/pylint-dev/pylint-django/issues/349>`_)

Other
~~~~~

- CI now tests against Django 4.0

v2.5.1

Compare Source

Bugfixes


- Fixed pickling for `augment_visit` (`#&#8203;276 <https://github.com/pylint-dev/pylint-django/issues/276>`_)

v2.5.0

Compare Source

Bugfixes


- Fixed compatibility with astroid 2.9.1 (`#&#8203;343 <https://github.com/pylint-dev/pylint-django/issues/343>`_)

New
~~~

- Removed false positive error of missing member in TextChoices tuples `#&#8203;298 <https://github.com/pylint-dev/pylint-django/issues/298>`_ (see pulls `#&#8203;330 <https://github.com/pylint-dev/pylint-django/pull/330>`_ and `#&#8203;345 <https://github.com/pylint-dev/pylint-django/pull/345>`_)
- Moved from Travis CI to GitHub Actions (`#&#8203;366 <https://github.com/pylint-dev/pylint-django/pull/366>`_ and `#&#8203;340 <https://github.com/pylint-dev/pylint-django/pull/340>`_)
- Added pre-commit configuration and began enforcing black/isort code formatting
- Multiple test fixes (including `#&#8203;338 <https://github.com/pylint-dev/pylint-django/issues/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 <https://github.com/pylint-dev/pylint-plugin-utils/pull/21>`_

v2.4.4

Compare Source

  • Fix compatibility issues with pylint >= 2.8. Fixes
    #&#8203;322 <https://github.com/pylint-dev/pylint-django/issues/322>_ and
    #&#8203;323 <https://github.com/pylint-dev/pylint-django/issues/323>_

v2.4.3

Compare Source

  • 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
    #&#8203;314 <https://github.com/pylint-dev/pylint-django/issues/314>_ (John Sandall)
  • Ignore unused-argument for *args, **kwards in view method signatures

v2.4.2

Compare Source

  • Moved Faker dependencies to test-only #&#8203;304 <https://github.com/pylint-dev/pylint-django/issues/304>_

v2.4.1

Compare Source

  • Relaxed Faker package versioning requirement for Faker (Robin Chow)

v2.4.0

Compare Source

  • Allowed configuration of the Django settings module to be used via a
    commandline argument #&#8203;286 <https://github.com/pylint-dev/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/pylint-dev/pylint-django/issues/277>_
    and #&#8203;243 <https://github.com/pylint-dev/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/pylint-dev/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)

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.


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

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

@renovate renovate bot force-pushed the renovate/pylint-django-2.x branch from f2ad843 to e035281 Compare October 11, 2024 02:53
@renovate renovate bot changed the title Update dependency pylint-django to v2.5.5 Update dependency pylint-django to v2.6.1 Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants