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.5.2 to 2.5.3 #40

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps pylint-django from 2.5.2 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
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
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2022
@FlxPeters FlxPeters merged commit 3c9c9e1 into main Mar 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/pylint-django-2.5.3 branch March 28, 2022 11:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant