Skip to content

Commit

Permalink
Bump pylint from 2.14.5 to 2.15.0 (#545)
Browse files Browse the repository at this point in the history
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.5 to 2.15.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/pylint/commit/24eaec26f701cf8adddf27ffa8859e0bb5074a89"><code>24eaec2</code></a>
Bump pylint to 2.15.0, update changelog (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7355">#7355</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/bb0df4aa205955064b962627e91135b773fa932a"><code>bb0df4a</code></a>
Update <code>tox.ini</code> (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7358">#7358</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/1582e37982a174bc6be734f317f575b692a2f88f"><code>1582e37</code></a>
[literal-comparison] Cleanup of identical/duplicated functional
tests</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/19b4fda2689aa749ab542c1a85b86a4606cae469"><code>19b4fda</code></a>
[literal-comparison] Make the message explicit with the solution</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/d200f81ecc62a84e88c0cd1345b8705fdb8548cc"><code>d200f81</code></a>
Upgrade astroid version following 2.12.4 release (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7356">#7356</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/32116ae72cff8cec0d57160c6505a1c6ec43fc7e"><code>32116ae</code></a>
Add tests for PyCQA#5767</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/bf8281c53925042ef39580922f21883bd5310ca0"><code>bf8281c</code></a>
Bump TODOs to the next minor version in preparation of release (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7349">#7349</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/af810ab9b149fb8f1e8418d750c01b37399827e9"><code>af810ab</code></a>
Revert &quot;[test] Temporary xfail deprecated methods py36 on pypy (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7244">#7244</a>)&quot;
(<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7345">#7345</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/dcd2b17f34700ed5acd56a2d100c4c2c95ce9efa"><code>dcd2b17</code></a>
Upgrade astroid version following 2.12.3 release (<a
href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7344">#7344</a>)</li>
<li><a
href="https://github.com/PyCQA/pylint/commit/c18c9a7de1154cdf9867fe830efc8e20c71e5634"><code>c18c9a7</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/pylint/compare/v2.14.5...v2.15.0">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.14.5&new-version=2.15.0)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2022
1 parent 72f1959 commit c188091
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.14.5
pylint==2.15.0
pylint_strict_informational==0.1
pytest==7.1.2
pytest-cov==3.0.0
Expand Down

0 comments on commit c188091

Please sign in to comment.