Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump pylint from 2.17.0 to 2.17.2 (#101)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.0 to 2.17.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/de0147e92586be56cdee9711dd3d3a7a7e1c9ef2"><code>de0147e</code></a> Bump pylint to 2.17.2, update changelog (<a href="https://redirect.github.com/PyCQA/pylint/issues/8533">#8533</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/84c197d1674eb2aa1642e84a2580987190971ed1"><code>84c197d</code></a> [Backport maintenance/2.17.x] Add regression test for <a href="https://redirect.github.com/PyCQA/pylint/issues/7506">#7506</a> (<a href="https://redirect.github.com/PyCQA/pylint/issues/8531">#8531</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/574edc3da35a750ef1ffe2bc4167acdb9e9bd357"><code>574edc3</code></a> Upgrade astroid to 2.15.2 (<a href="https://redirect.github.com/PyCQA/pylint/issues/8530">#8530</a>) (<a href="https://redirect.github.com/PyCQA/pylint/issues/8532">#8532</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6dda042008e69419cdf52192ab699d97e48b05e3"><code>6dda042</code></a> [pyreverse] Bugfix: strip "/" at the end of the file (<a href="https://redirect.github.com/PyCQA/pylint/issues/8517">#8517</a>) (<a href="https://redirect.github.com/PyCQA/pylint/issues/8528">#8528</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/538c41b7044e8945a8bb6e58b44caef61fa062a3"><code>538c41b</code></a> Don't use removed function from <code>astroid</code> (<a href="https://redirect.github.com/PyCQA/pylint/issues/8525">#8525</a>) (<a href="https://redirect.github.com/PyCQA/pylint/issues/8526">#8526</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/4e11693a411433cb03b07fc3a04f2e4151280953"><code>4e11693</code></a> [Backport maintenance/2.17.x] Allow integers in TypeAlias names. (<a href="https://redirect.github.com/PyCQA/pylint/issues/8507">#8507</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/d429822d56c392b4be914f94d55807b55efbd705"><code>d429822</code></a> Fix <code>unnecessary-lambda</code> false positive for lambdas using its parameters in t...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/ebf1952eb5b4bac46751d91181a62bea4bd6599f"><code>ebf1952</code></a> Don't consider <code>Union</code> to always be a type alias (<a href="https://redirect.github.com/PyCQA/pylint/issues/8489">#8489</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/b9c1ab3cd5323f5cb305a12c9e105102e4200ead"><code>b9c1ab3</code></a> Bump pylint to 2.17.1, update changelog (<a href="https://redirect.github.com/PyCQA/pylint/issues/8482">#8482</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/7d26dcf3ee9a0c033f1529d09fe1f600b527c1cc"><code>7d26dcf</code></a> Fix incorrect preferred-modules matches (<a href="https://redirect.github.com/PyCQA/pylint/issues/8481">#8481</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/v2.17.0...v2.17.2">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.17.0&new-version=2.17.2)](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> Co-authored-by: Daniel Ciborowski <[email protected]>
- Loading branch information