Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
624: build(deps): bump pylint from 2.13.8 to 2.15.7 r=ChrisRBe a=dependabot[bot] [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.8 to 2.15.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/pylint/commit/5a96370ff556fd71cc228ccb5c26b70e55041028"><code>5a96370</code></a> Bump pylint to 2.15.7, update changelog (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7845">#7845</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/43109b69ccc005120f701f9a1b1bd96d60f382db"><code>43109b6</code></a> Revert "Fix crash when using <code>enumerate</code> with <code>start</code> and a class attribu...</li> <li><a href="https://github.com/PyCQA/pylint/commit/ff732826c5aa88854c275104283fd334a1d7aef8"><code>ff73282</code></a> Fix <code>logging-fstring-interpolation</code> false positive (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7846">#7846</a>) (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7854">#7854</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/86b8c649061f49c7d121843675ceefe6ff3a8113"><code>86b8c64</code></a> Fix crash when using <code>enumerate</code> with <code>start</code> and a class attribute (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7824">#7824</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/ebf282437ece32158991fbcfd562797cc9ff7e10"><code>ebf2824</code></a> Execute tests on maintenance branche's PR</li> <li><a href="https://github.com/PyCQA/pylint/commit/9ec1aa04d37fe7be4c99b9315cd79e8a7e347c3d"><code>9ec1aa0</code></a> Do not crash if next() is called without arguments (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7831">#7831</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/ac2da871efa162e0f5037e589614219f7fec7631"><code>ac2da87</code></a> Upgrade the versions of astroid and dill (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7838">#7838</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/06d5d1a157ffda7207bda1b2c8410b4c63334f11"><code>06d5d1a</code></a> Add <code>content: write</code> rights for backporting job (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7826">#7826</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/df5ebb543c65e87fb471b0e6ba1a630ce19e65d7"><code>df5ebb5</code></a> Fix <code>used-before-assignment</code> for variable annotations guarded by TYPE_CHECKIN...</li> <li><a href="https://github.com/PyCQA/pylint/commit/1baf4be15e29a06088b425eb5f9ecafd50cd5e6a"><code>1baf4be</code></a> Deduplicate module file paths to prevent redundant scans. (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/7747">#7747</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/v2.13.8...v2.15.7">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.13.8&new-version=2.15.7)](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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information