Skip to content

Commit

Permalink
Bump pylint from 2.15.2 to 2.15.3 (#558)
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.2 to 2.15.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/pylint/commit/403dac602ee01e317a22800e0d63bdeb0c2faa7e"><code>403dac6</code></a>
Bump pylint to 2.15.3, update changelog</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/38e278401a66218fba26308fbce56740761a2003"><code>38e2784</code></a>
Bump astroid to 2.12.10</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/f5e168e867799013fb380aa9fe8a0c1516a651c8"><code>f5e168e</code></a>
Fix <code>undefined-loop-variable</code> with <code>NoReturn</code> and
<code>Never</code> (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7476">#7476</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/fbc9e663473fa0416779f1d71109b4123f6c3365"><code>fbc9e66</code></a>
Accept a comma-separated list of messages IDs in <code>--help-msg</code>
(<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7490">#7490</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/fe3436efb0ec10677ba1539ac02e26cb3f852cbb"><code>fe3436e</code></a>
False positive <code>global-variable-not-assigned</code> (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7479">#7479</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/52cf631d732f7b39a879adf7e617e0aa7059a83a"><code>52cf631</code></a>
[invalid-class-object] Fix crash when <strong>class</strong> is defined
with a tuple</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/8e05ff6acf30deae5d83ea3847ec47ed0bf049a4"><code>8e05ff6</code></a>
Fix a crash in the <code>modified-iterating-dict</code> checker
involving instance attri...</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/9b359ad676dff97a35321976c19ca0f6c4fc44ad"><code>9b359ad</code></a>
Fix <code>unhashable-member</code> crash when <code>lambda</code> used
as a dict key (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7454">#7454</a>)</li>
<li>See full diff in <a
href="https://github.com/PyCQA/pylint/compare/v2.15.2...v2.15.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pylint&package-manager=pip&previous-version=2.15.2&new-version=2.15.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2022
1 parent 5027a93 commit dd46fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flake8-docstrings==1.6.0
flake8-noqa==1.2.9
mypy==0.971
pre-commit==2.20.0
pylint==2.15.2
pylint==2.15.3
pylint_strict_informational==0.1
pytest==7.1.3
pytest-cov==3.0.0
Expand Down

0 comments on commit dd46fc6

Please sign in to comment.