Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 18, 2022

Bumps pylint-django from 2.5.0 to 2.5.2.

Release notes

Sourced from pylint-django's releases.

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)
Changelog

Sourced from pylint-django's changelog.

Version 2.5.2 (18 Feb 2022)

Bugfixes


- Fixed crash with assigning a class to a variable, and referencing the variable when subclassing (`[#349](https://github.com/PyCQA/pylint-django/issues/349) <https://github.com/PyCQA/pylint-django/issues/349>`_)

Other


- 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>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/PyCQA/pylint-django/commit/0beda64029afc2de741d7bfb5981924f45b72149&quot;&gt;&lt;code&gt;0beda64&lt;/code&gt;&lt;/a> Bumping version for release</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/8152714cb121d22c22fc2d050005b28473bd94e1&quot;&gt;&lt;code&gt;8152714&lt;/code&gt;&lt;/a> Fixed a couple of typos</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/c3875cd65e53237f59c65f790730dd4c0698464e&quot;&gt;&lt;code&gt;c3875cd&lt;/code&gt;&lt;/a> Prevent a crash when transform lookups return an <code>AssignAttr</code></li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/bbce61b95feefb73d63a3179d61919ea3ab32cb7&quot;&gt;&lt;code&gt;bbce61b&lt;/code&gt;&lt;/a> Added testing to CI for Djago 4.0 (<a href="https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/354&quot;&gt;#354&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/eec2b6078dd609596688b83bc079055d80f6c26b&quot;&gt;&lt;code&gt;eec2b60&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/351&quot;&gt;#351&lt;/a> from PyCQA/pre-commit-ci-update-config</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/a03b994ecc83c54f96286cc161c0d62cc4666a4b&quot;&gt;&lt;code&gt;a03b994&lt;/code&gt;&lt;/a> 2.5.1 release</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/4e33e90183642b7fa37fc792658d57cb981de018&quot;&gt;&lt;code&gt;4e33e90&lt;/code&gt;&lt;/a> Merge pull request <a href="https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/348&quot;&gt;#348&lt;/a> from dineshtrivedi/276</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/4f93ca36d4b9255f3df9ff327226f086f5114359&quot;&gt;&lt;code&gt;4f93ca3&lt;/code&gt;&lt;/a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/e0905e2888d93ba717ab9352e5974732a52279f6&quot;&gt;&lt;code&gt;e0905e2&lt;/code&gt;&lt;/a> Merge branch '276' of github.com:dineshtrivedi/pylint-django into 276</li>
<li><a href="https://github.com/PyCQA/pylint-django/commit/96de0baed85581de71686957676ed46dd921f643&quot;&gt;&lt;code&gt;96de0ba&lt;/code&gt;&lt;/a> 276 - Adding test to make sure the Pylint plugin is picklable</li>
<li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint-django/compare/v2.5.0...v2.5.2&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.5.0 to 2.5.2.
- [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.0...v2.5.2)

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

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 Feb 18, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 25, 2022

Superseded by #21.

@dependabot dependabot bot closed this Mar 25, 2022
@dependabot dependabot bot deleted the dependabot/pip/pylint-django-2.5.2 branch March 25, 2022 21:33
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.

1 participant