Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Update pylint-django requirement from ~=2.5.2 to ~=2.5.3 #40

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Updates the requirements on pylint-django to permit the latest version.

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
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/PyCQA/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/PyCQA/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/PyCQA/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/PyCQA/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/PyCQA/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/PyCQA/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/PyCQA/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/PyCQA/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/PyCQA/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/PyCQA/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.5.2...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 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-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 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>

Updates the requirements on [pylint-django](https://github.com/PyCQA/pylint-django) to permit the latest version.
- [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.5.2...v2.5.3)

---
updated-dependencies:
- dependency-name: pylint-django
  dependency-type: direct:development
...

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 Apr 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

0 participants