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

Bump pylint-django from 2.4.4 to 2.5.5 #1324

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps pylint-django from 2.4.4 to 2.5.5.

Release notes

Sourced from pylint-django's releases.

Version 2.5.4 (10 Oct 2023)

This is a small release to introduce pylint 3 functionality.

Version 2.5.3 (25 Mär 2022)

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

Version 2.5.2 (18 Feb 2022)

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

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.

Changelog

Version 2.6.0 (14 May 2023)

NOTICE


This version drops support for Python 3.6

Bugfixes

Version 2.5.3 (25 Mär 2022)

Bugfixes


- Fixed compatibility issue between pylint `2.12` and `2.13` to construct `ScopeConsumer` tuples correctly depending on version (`[#358](https://github.com/PyCQA/pylint-django/issues/358) <https://github.com/PyCQA/pylint-django/issues/358>`_)

Other


- pylint version is now pinned to `&lt;3` to give breathing space to update pylint-django before the major update lands

Version 2.5.2 (18 Feb 2022)

Bugfixes
</code></pre>
<ul>
<li>Fixed crash with assigning a class to a variable, and referencing the variable when subclassing (<code>#349 &lt;https://github.com/PyCQA/pylint-django/issues/349&amp;gt;&lt;/code&gt;_)&lt;/li>
</ul>
<p>Other</p>
<pre><code>

  • CI now tests against Django 4.0

Version 2.5.1 (16 Feb 2022)

Bugfixes
</code></pre>
<ul>
<li>Fixed pickling for <code>augment_visit</code> (<code>#276 &lt;https://github.com/PyCQA/pylint-django/issues/276&amp;gt;&lt;/code&gt;_)&lt;/li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li>See full diff in <a href="https://github.com/PyCQA/pylint-django/commits&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 23, 2023
Bumps [pylint-django](https://github.com/PyCQA/pylint-django) from 2.4.4 to 2.5.5.
- [Release notes](https://github.com/PyCQA/pylint-django/releases)
- [Changelog](https://github.com/pylint-dev/pylint-django/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/PyCQA/pylint-django/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pylint-django-2.5.5 branch from f63ba8c to 76a9c84 Compare October 31, 2023 21:38
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.

0 participants