Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2022

Bumps pylint-django from 2.4.4 to 2.5.1.

Release notes

Sourced from pylint-django's releases.

Version 2.5.1 (16 Feb 2022)

Bugfix relase:

  • Fixed picking for augment_visit (see #276)

Version 2.5.0 (2 Jan 2022)

Bugfixes

  • Fixed compatability 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 (#336 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 (PyCQA/pylint-plugin-utils#21)
Changelog

Sourced from pylint-django's changelog.

Version 2.5.1 (16 Feb 2022)

Bugfixes


- Fixed picking for `augment_visit` (`[#276](https://github.com/PyCQA/pylint-django/issues/276) <https://github.com/PyCQA/pylint-django/issues/276>`_)

Version 2.5.0 (02 Jan 2022)

Bugfixes

  • Fixed compatability with astroid 2.9.1 ([#343](https://github.com/PyCQA/pylint-django/issues/343) <https://github.com/PyCQA/pylint-django/issues/343>_)

New


- Removed false positive error of missing member in TextChoices tuples `[#298](https://github.com/PyCQA/pylint-django/issues/298) <https://github.com/PyCQA/pylint-django/issues/298>`_ (see pulls `[#330](https://github.com/PyCQA/pylint-django/issues/330) <https://github.com/PyCQA/pylint-django/pull/330>`_ and `[#345](https://github.com/PyCQA/pylint-django/issues/345) <https://github.com/PyCQA/pylint-django/pull/345>`_)
- Moved from Travis CI to GitHub Actions (`[#366](https://github.com/PyCQA/pylint-django/issues/366) <https://github.com/PyCQA/pylint-django/pull/366>`_ and `[#340](https://github.com/PyCQA/pylint-django/issues/340) <https://github.com/PyCQA/pylint-django/pull/340>`_)
- Added pre-commit configuration and began enforcing black/isort code formatting
- Multiple test fixes (including `[#338](https://github.com/PyCQA/pylint-django/issues/338) <https://github.com/PyCQA/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/PyCQA/pylint-plugin-utils/pull/21>`_
Commits
  • a03b994 2.5.1 release
  • 4e33e90 Merge pull request #348 from dineshtrivedi/276
  • e0905e2 Merge branch '276' of github.com:dineshtrivedi/pylint-django into 276
  • 96de0ba 276 - Adding test to make sure the Pylint plugin is picklable
  • 50e1fff [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 200bee9 276 - Replaced unecessary generic_is_view_attribute function
  • 3e56dd2 276 - Added my user to contributors.md
  • fe95a12 276 - Cleaning is_class method as now is unecessary
  • 9033c72 276 - Converted is_class local function using closure to be callable class
  • a36b9e7 276 - Converted local function using closure to be callable class
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.4.4 to 2.5.1.
- [Release notes](https://github.com/PyCQA/pylint-django/releases)
- [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](pylint-dev/pylint-django@v2.4.4...v2.5.1)

---
updated-dependencies:
- dependency-name: pylint-django
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 18, 2022

Superseded by #19.

@dependabot dependabot bot closed this Feb 18, 2022
@dependabot dependabot bot deleted the dependabot/pip/pylint-django-2.5.1 branch February 18, 2022 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant