Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Bump pylint-django from 2.4.4 to 2.5.0 #121

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2022

Bumps pylint-django from 2.4.4 to 2.5.0.

Release notes

Sourced from pylint-django's releases.

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.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) &lt;https://github.com/PyCQA/pylint-django/issues/298&gt;`_ (see pulls `[#330](https://github.com/PyCQA/pylint-django/issues/330) &lt;https://github.com/PyCQA/pylint-django/pull/330&gt;`_ and `[#345](https://github.com/PyCQA/pylint-django/issues/345) &lt;https://github.com/PyCQA/pylint-django/pull/345&gt;`_)
- Moved from Travis CI to GitHub Actions (`[#366](https://github.com/PyCQA/pylint-django/issues/366) &lt;https://github.com/PyCQA/pylint-django/pull/366&gt;`_ and `[#340](https://github.com/PyCQA/pylint-django/issues/340) &lt;https://github.com/PyCQA/pylint-django/pull/340&gt;`_)
- Added pre-commit configuration and began enforcing black/isort code formatting
- Multiple test fixes (including `[#338](https://github.com/PyCQA/pylint-django/issues/338) &lt;https://github.com/PyCQA/pylint-django/issues/338&gt;`_) - 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 &lt;https://github.com/PyCQA/pylint-plugin-utils/pull/21&gt;`_
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/PyCQA/pylint-django/commit/b06f731bdd73b72d2d17b734550d6a6e8acc4a38&quot;&gt;&lt;code&gt;b06f731&lt;/code&gt;&lt;/a> Setting version number for next release</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/d9fcb96490d29e1a251e3e94827ce8bbeedf0573&quot;&gt;&lt;code&gt;d9fcb96&lt;/code&gt;&lt;/a> Updating changelog for next release</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/54618f4274ac05c02384cfb7a050cc1d1191c2db&quot;&gt;&lt;code&gt;54618f4&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/345&quot;&gt;#345&lt;/a> from PyCQA/bugfix/fk-check-for-django-model</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/7499c9da2b82f8c7f47cffdd8bac5784c0de4249&quot;&gt;&lt;code&gt;7499c9d&lt;/code&gt;&lt;/a> Make the ForeiginKey detection more accurate</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/8bab55ee842dd468b9293fc293ae4617d9470708&quot;&gt;&lt;code&gt;8bab55e&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/344&quot;&gt;#344&lt;/a> from PyCQA/343-astroid-2.9.1-compat</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/9811df2dcbc766077bcca088a8d11366f369821b&quot;&gt;&lt;code&gt;9811df2&lt;/code&gt;&lt;/a> <a href="https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/343&quot;&gt;#343&lt;/a> Fixed import of scoped nodes, as some members moved between astroid 2....</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/fb85b716c9c3feb5e53a02c291e1990033cef918&quot;&gt;&lt;code&gt;fb85b71&lt;/code&gt;&lt;/a> Update build.yml</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/99411d0cb78fca74e3f90e0e4872d521ef4f3929&quot;&gt;&lt;code&gt;99411d0&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/341&quot;&gt;#341&lt;/a> from PyCQA/pylint-plugin-utils-0.7</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/9d2f559965db6ee45b930b23899a8735507984e3&quot;&gt;&lt;code&gt;9d2f559&lt;/code&gt;&lt;/a> Bumping minimum pylint-plugin-utils version to get better multi-processing su...</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/4136307b60281575c2677abc29d006a77d1fd6d5&quot;&gt;&lt;code&gt;4136307&lt;/code&gt;&lt;/a> Renaming CI step</li>
<li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint-django/compare/v2.4.4...v2.5.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@caiofbpa caiofbpa merged commit af94599 into master Jan 3, 2022
@caiofbpa caiofbpa deleted the dependabot/pip/pylint-django-2.5.0 branch January 3, 2022 11:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant