Skip to content

Commit

Permalink
Bump pylint from 2.15.9 to 2.15.10 (#613)
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.9 to 2.15.10.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/pylint/commit/ea12a608b8b1bbe99717051f33dd74b22e2fae52"><code>ea12a60</code></a>
Bump pylint to 2.15.10, update changelog (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/8034">#8034</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/0741949b8a9d373d5462e321f30ca59820cdde33"><code>0741949</code></a>
Fix <code>used-before-assignment</code> false positive for walrus
operators in ifs (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/802">#802</a>...</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/1673aa68403f9a37e63a86f9a49407f2c538b724"><code>1673aa6</code></a>
Backport (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7987">#7987</a>)
(<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/8005">#8005</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/bb4a56785d698cc12d773eaf45f90cb61f2dc5d7"><code>bb4a567</code></a>
Fixes custom braces in user-provided msg-template. (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7976">#7976</a>)
(<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7993">#7993</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/e90702074e68e20dc8e5df5013ee3ecf22139c3e"><code>e907020</code></a>
Fix <code>use-sequence-for-iteration</code> when unpacking a set with
<code>*</code> (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7975">#7975</a>)
(<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7988">#7988</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/c3d7b3963b5e36939debcc5d608567fab429724c"><code>c3d7b39</code></a>
Fix <code>used-before-assignment</code> if conditional imports guarded
again when used (...</li>
<li>See full diff in <a
href="https://github.com/PyCQA/pylint/compare/v2.15.9...v2.15.10">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.9&new-version=2.15.10)](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 Jan 16, 2023
1 parent f85ecde commit 933786e
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.3.0
mypy==0.991
pre-commit==2.21.0
pylint==2.15.9
pylint==2.15.10
pylint_strict_informational==0.1
pytest==7.2.0
pytest-cov==4.0.0
Expand Down

0 comments on commit 933786e

Please sign in to comment.