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.3 #1181

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps pylint-django from 2.4.4 to 2.5.3.

Release notes

Sourced from pylint-django's releases.

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.

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>
<h2>Version 2.5.0 (02 Jan 2022)</h2>
<p>Bugfixes</p>
<pre><code>

  • Fixed compatibility with astroid 2.9.1 ([#343](https://github.com/PyCQA/pylint-django/issues/343) &amp;lt;https://github.com/PyCQA/pylint-django/issues/343&amp;gt;_)

New


- Removed false positive error of missing member in TextChoices tuples `[#298](https://github.com/PyCQA/pylint-django/issues/298) &amp;lt;https://github.com/PyCQA/pylint-django/issues/298&amp;gt;`_ (see pulls `[#330](https://github.com/PyCQA/pylint-django/issues/330) &amp;lt;https://github.com/PyCQA/pylint-django/pull/330&amp;gt;`_ and `[#345](https://github.com/PyCQA/pylint-django/issues/345) &amp;lt;https://github.com/PyCQA/pylint-django/pull/345&amp;gt;`_)
- Moved from Travis CI to GitHub Actions (`[#366](https://github.com/PyCQA/pylint-django/issues/366) &amp;lt;https://github.com/PyCQA/pylint-django/pull/366&amp;gt;`_ and `[#340](https://github.com/PyCQA/pylint-django/issues/340) &amp;lt;https://github.com/PyCQA/pylint-django/pull/340&amp;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) &amp;lt;https://github.com/PyCQA/pylint-django/issues/338&amp;gt;`_) - newer versions of pylint expect a different format for the expected messages txt files.
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/f9a8f9d3d897491a920f85071b31a9c4cce05b6f&quot;&gt;&lt;code&gt;f9a8f9d&lt;/code&gt;&lt;/a&gt; 🙄&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/f4cf22a3c0e3a8c82495812fb1047eb7aad08f72&quot;&gt;&lt;code&gt;f4cf22a&lt;/code&gt;&lt;/a&gt; More fiddling to get packaging working to allow CI to pass&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/ccb1a3264e971111ef37d6da9e0a0ff3a6fde030&quot;&gt;&lt;code&gt;ccb1a32&lt;/code&gt;&lt;/a&gt; ¯_(ツ)_/¯&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/f06dc12cf465d606feaef4de3314a6d05a78ee45&quot;&gt;&lt;code&gt;f06dc12&lt;/code&gt;&lt;/a&gt; Turn off one test for now because Tox suddenly decided it does not want to ru...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/9dccdd0188a5bb5804b71ee842605d8a6fd363ff&quot;&gt;&lt;code&gt;9dccdd0&lt;/code&gt;&lt;/a&gt; Oops! This file is required in the package for testing&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/0b08f88d0e5808a2d850ffcf15f350ee9aa2cb2c&quot;&gt;&lt;code&gt;0b08f88&lt;/code&gt;&lt;/a&gt; Fixing up finding of test files and setting search path for modules&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/7d74a88827ee7f8a48c6149e23bef254607f38ea&quot;&gt;&lt;code&gt;7d74a88&lt;/code&gt;&lt;/a&gt; Updating test output to be compatible with pylint 2.13 (couple of column numb...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/a731230c369aa2f6640dc80dfa5cd4eea140a3d5&quot;&gt;&lt;code&gt;a731230&lt;/code&gt;&lt;/a&gt; Pylint 2.13+ requires an RC file be adjacest to tests, or falls back on a def...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/633fed87e5b62e115db5f29b164155dcc2eff0f0&quot;&gt;&lt;code&gt;633fed8&lt;/code&gt;&lt;/a&gt; Missed some () when removing a pylint2 compat shim&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/pylint-dev/pylint-django/commit/d5299a4ba42db6555f38728bbdcc1bdc31cc0fb9&quot;&gt;&lt;code&gt;d5299a4&lt;/code&gt;&lt;/a&gt; Fixed pre-commit hooks URL in config due to &amp;quot;The unauthenticated git protocol...&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/PyCQA/pylint-django/compare/v2.4.4...v2.5.3&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>


[![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.3)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

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

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

---
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 Aug 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Superseded by #1324.

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/pip/pylint-django-2.5.3 branch October 23, 2023 19:35
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