ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

Bump pylint-django from 2.4.4 to 2.5.5 #1324

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

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](https://github.com/PyCQA/pylint-django/issues/349) &lt;https://github.com/PyCQA/pylint-django/issues/349&gt;</code>_)</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](https://github.com/PyCQA/pylint-django/issues/276) &lt;https://github.com/PyCQA/pylint-django/issues/276&gt;</code>_)</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">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint-django&package-manager=pip&previous-version=2.4.4&new-version=2.5.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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.