Skip to content

Commit 2639498

Browse files
bors[bot]dependabot[bot]alallema
authored
Merge #309
309: Bump pylint from 2.9.6 to 2.10.2 r=alallema a=dependabot[bot] Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.6 to 2.10.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyCQA/pylint/blob/main/ChangeLog">pylint's changelog</a>.</em></p> <blockquote> <h1>What's New in Pylint 2.10.2?</h1> <p>Release date: 2021-08-21</p> <p>.. Put bug fixes that should not wait for a new minor version here</p> <ul> <li> <p>We now use platformdirs instead of appdirs since the latter is not maintained.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4886">#4886</a></p> </li> <li> <p>Fix a crash in the checker raising <code>shallow-copy-environ</code> when failing to infer on <code>copy.copy</code></p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4891">#4891</a></p> </li> </ul> <h1>What's New in Pylint 2.10.1?</h1> <p>Release date: 2021-08-20</p> <ul> <li> <p>pylint does not crash when PYLINT_HOME does not exist.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4883">#4883</a></p> </li> </ul> <h1>What's New in Pylint 2.10.0?</h1> <p>Release date: 2021-08-20</p> <ul> <li> <p>pyreverse: add option to produce colored output.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4488">#4488</a></p> </li> <li> <p>pyreverse: add output in PlantUML format.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4498">#4498</a></p> </li> <li> <p><code>consider-using-with</code> is no longer triggered if a context manager is returned from a function.</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4748">#4748</a></p> </li> <li> <p>pylint does not crash with a traceback anymore when a file is problematic. It creates a template text file for opening an issue on the bug tracker instead. The linting can go on for other non problematic files instead of being impossible.</p> </li> <li> <p>pyreverse: Show class has-a relationships inferred from the type-hint</p> <p>Closes <a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4744">#4744</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyCQA/pylint/commit/591a23adcfdd2fe20b8cfdb9e4e07772c8f454f8"><code>591a23a</code></a> Bump pylint to 2.10.2, update changelog</li> <li><a href="https://github.com/PyCQA/pylint/commit/d9dc89cfe78881f9ad210a17d0d4292d1d94037b"><code>d9dc89c</code></a> Fix a crash from astroid.InferenceError raised on copy.copy</li> <li><a href="https://github.com/PyCQA/pylint/commit/5150d89c0dbd12f9cf8b9a4fe60e7c265c55531d"><code>5150d89</code></a> Updated mypy checks (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4889">#4889</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/a3daf44580302dbc8b161ff5428430d8f205b514"><code>a3daf44</code></a> Require platformdirs 2.2.0 (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4890">#4890</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/ad97338d8cadf752036498ebc724c179f61be33d"><code>ad97338</code></a> Migrate from <code>appdirs</code> to <code>platformdirs</code> (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4887">#4887</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/ba00fb283378fdeb58c4e2e541be711420d96849"><code>ba00fb2</code></a> Bump pylint to 2.10.2-dev0, update changelog</li> <li><a href="https://github.com/PyCQA/pylint/commit/bf332820cb63305e286eb58a707c6d8b90e6cbb6"><code>bf33282</code></a> Bump pylint to 2.10.1, update changelog</li> <li><a href="https://github.com/PyCQA/pylint/commit/d701a979d95c5e4ca6dd4860ab30e08880a904d0"><code>d701a97</code></a> pylint does not crash when PYLINT_HOME does not exist (<a href="https://github-redirect.dependabot.com/PyCQA/pylint/issues/4884">#4884</a>)</li> <li><a href="https://github.com/PyCQA/pylint/commit/bbc4f6690724c3fa2325d6e3e4f1e5414a27983c"><code>bbc4f66</code></a> Move back to a dev version following 2.10.0 release</li> <li><a href="https://github.com/PyCQA/pylint/commit/ea448b8905c10bdd1935b33fd95524aa4e2e71d6"><code>ea448b8</code></a> Bump pylint to 2.10.0, update changelog</li> <li>Additional commits viewable in <a href="https://github.com/PyCQA/pylint/compare/v2.9.6...v2.10.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.9.6&new-version=2.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: Amélie <[email protected]>
2 parents 85c4b89 + c7e07db commit 2639498

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Pipfile.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)