chore(pip-dev)(deps-dev): bump the pylint group across 1 directory with 2 updates #277

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/pylint-a6c02ab3cf into next
dependabot[bot] commented 2024-06-26 17:33:10 +02:00 (Migrated from github.com)

Bumps the pylint group with 2 updates in the / directory: pylint and astroid.

Updates pylint from 3.1.0 to 3.2.4

Commits
  • 425ad66 Bump pylint to 3.2.4, update changelog (#9746)
  • c41c35a [possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never (#9714...
  • 22e4d36 [symilar] Rename the unittest file that had a typo.
  • 3cf313a [symilar] Fix the short form options that weren't being processed properly
  • e13544f [symilar] Fix crash when giving bad options to symilar
  • c3e2579 [unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in...
  • 6b66ca6 [undefined-variable] Fix a crash for undefined lineno in annotations (#9705) ...
  • 918d216 Bump pylint to 3.2.3, update changelog
  • 8aba7d1 Fix false positive in use-yield-from when using yield return (#9700) (#9701)
  • 192727b [multiple-statements] Make pylint compatible with black's 2024 style (#9697) ...
  • Additional commits viewable in compare view

Updates astroid from 3.1.0 to 3.2.2

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.2.2?

Release date: 2024-05-20

What's New in astroid 3.2.1?

Release date: 2024-05-16

What's New in astroid 3.2.0?

Release date: 2024-05-07

  • .pyi stub files are now preferred over .py files when resolving imports, (except for numpy).

    Closes pylint-dev/#9185

  • igetattr() returns the last same-named function in a class (instead of the first). This avoids false positives in pylint with @overload.

    Closes #1015 Refs pylint-dev/pylint#4696

  • Adds module_denylist to AstroidManager for modules to be skipped during AST generation. Modules in this list will cause an AstroidImportError to be raised when an AST for them is requested.

    Refs pylint-dev/pylint#9442

  • Make astroid.interpreter._import.util.is_namespace only consider modules using a loader set to NamespaceLoader or None as namespaces. This fixes a problem that six.moves brain was not effective if six.moves was already imported.

    Closes #1107

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the pylint group with 2 updates in the / directory: [pylint](https://github.com/pylint-dev/pylint) and [astroid](https://github.com/pylint-dev/astroid). Updates `pylint` from 3.1.0 to 3.2.4 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/425ad66da9467bac9074de3f2294f7851cb3320b"><code>425ad66</code></a> Bump pylint to 3.2.4, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9746">#9746</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/c41c35a8e0dd71ba96944613e6a2ced830407670"><code>c41c35a</code></a> [possibly-used-before-assignment] Avoid FP for typing.NoReturn &amp; Never (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9714">#9714</a>...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/22e4d365277d20b243de54e7a75cedde28436b11"><code>22e4d36</code></a> [symilar] Rename the unittest file that had a typo.</li> <li><a href="https://github.com/pylint-dev/pylint/commit/3cf313a2abacfc273a4b26ecf94f9dc2fc61a00d"><code>3cf313a</code></a> [symilar] Fix the short form options that weren't being processed properly</li> <li><a href="https://github.com/pylint-dev/pylint/commit/e13544f4e2ce93e823019958e05f5e590169992d"><code>e13544f</code></a> [symilar] Fix crash when giving bad options to symilar</li> <li><a href="https://github.com/pylint-dev/pylint/commit/c3e257925e313a19f42dd17d20179152f5f5db2f"><code>c3e2579</code></a> [unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6b66ca65b2c8e4562d5550694ba68bb6bb445034"><code>6b66ca6</code></a> [undefined-variable] Fix a crash for undefined lineno in annotations (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9705">#9705</a>) ...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/918d2168e15662df90cfb993df100e566f69d418"><code>918d216</code></a> Bump pylint to 3.2.3, update changelog</li> <li><a href="https://github.com/pylint-dev/pylint/commit/8aba7d1ccca0552f2e47183bd748e4a535926b05"><code>8aba7d1</code></a> Fix false positive in <code>use-yield-from</code> when using <code>yield</code> return (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9700">#9700</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9701">#9701</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/192727b7b30c7fb4e261518a55b4fe75a1027b64"><code>192727b</code></a> [multiple-statements] Make pylint compatible with black's 2024 style (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9697">#9697</a>) ...</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.4">compare view</a></li> </ul> </details> <br /> Updates `astroid` from 3.1.0 to 3.2.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pylint-dev/astroid/blob/main/ChangeLog">astroid's changelog</a>.</em></p> <blockquote> <h1>What's New in astroid 3.2.2?</h1> <p>Release date: 2024-05-20</p> <ul> <li> <p>Improve inference for generic classes using the PEP 695 syntax (Python 3.12).</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/9406">pylint-dev/pylint#9406</a></p> </li> </ul> <h1>What's New in astroid 3.2.1?</h1> <p>Release date: 2024-05-16</p> <ul> <li> <p>Fix <code>RecursionError</code> in <code>infer_call_result()</code> for certain <code>__call__</code> methods.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/9139">pylint-dev/pylint#9139</a></p> </li> <li> <p>Add <code>AstroidManager.prefer_stubs</code> attribute to control the astroid 3.2.0 feature that prefers stubs.</p> <p>Refs <a href="https://redirect.github.com/pylint-dev/pylint/issues/9626">pylint-dev/pylint#9626</a> Refs <a href="https://redirect.github.com/pylint-dev/pylint/issues/9623">pylint-dev/pylint#9623</a></p> </li> </ul> <h1>What's New in astroid 3.2.0?</h1> <p>Release date: 2024-05-07</p> <ul> <li> <p><code>.pyi</code> stub files are now preferred over <code>.py</code> files when resolving imports, (except for numpy).</p> <p>Closes pylint-dev/<a href="https://redirect.github.com/pylint-dev/astroid/issues/9185">#9185</a></p> </li> <li> <p><code>igetattr()</code> returns the last same-named function in a class (instead of the first). This avoids false positives in pylint with <code>@overload</code>.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/1015">#1015</a> Refs <a href="https://redirect.github.com/pylint-dev/pylint/issues/4696">pylint-dev/pylint#4696</a></p> </li> <li> <p>Adds <code>module_denylist</code> to <code>AstroidManager</code> for modules to be skipped during AST generation. Modules in this list will cause an <code>AstroidImportError</code> to be raised when an AST for them is requested.</p> <p>Refs <a href="https://redirect.github.com/pylint-dev/pylint/issues/9442">pylint-dev/pylint#9442</a></p> </li> <li> <p>Make <code>astroid.interpreter._import.util.is_namespace</code> only consider modules using a loader set to <code>NamespaceLoader</code> or <code>None</code> as namespaces. This fixes a problem that <code>six.moves</code> brain was not effective if <code>six.moves</code> was already imported.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/1107">#1107</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/astroid/commit/a35821aa6e98893c715b770bbbfb2b104a4a97a2"><code>a35821a</code></a> Bump astroid to 3.2.2, update changelog (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2445">#2445</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/306164e4c8168ef3f3987dae2f3d96fdac959a43"><code>306164e</code></a> Improve inference for generic classes (PEP 695) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2433">#2433</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2444">#2444</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/0ce116d3109a0bee3ddeffd8528c9f3f9a6b975f"><code>0ce116d</code></a> Bump astroid to 3.2.1, update changelog (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2439">#2439</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/3650c34a10e1b7889c8598021e727f2aff99b479"><code>3650c34</code></a> Add prefer_stubs configuration (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2437">#2437</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2438">#2438</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/a7ff09276cbfe1d50d0faf81cfa135bff7ef0150"><code>a7ff092</code></a> Fix RecursionError in <code>infer_call_result()</code> (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2432">#2432</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2436">#2436</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/7d4d8051afc07425af6834e3d69b7bbafafec987"><code>7d4d805</code></a> Bump astroid to 3.2.0, update changelog</li> <li><a href="https://github.com/pylint-dev/astroid/commit/4a1a788dedd9b3d3280d7f5d49c87cc0a55e3903"><code>4a1a788</code></a> [changelog] Remove placeholder patch release header</li> <li><a href="https://github.com/pylint-dev/astroid/commit/8c48d5c0f31a2226be93eb564a890f7e4338e91e"><code>8c48d5c</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2425">#2425</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/a4a9fcc44ae0d71773dc3bff6baa78fc571ecb7d"><code>a4a9fcc</code></a> Bump actions/checkout from 4.1.4 to 4.1.5 (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2423">#2423</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/098438683cac8d53e67be75856d7d7aab446bb49"><code>0984386</code></a> Prefer <code>.pyi</code> stubs (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2375">#2375</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/astroid/compare/v3.1.0...v3.2.2">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
luketainton (Migrated from github.com) reviewed 2024-06-26 17:33:10 +02:00
dependabot[bot] commented 2024-06-28 17:10:16 +02:00 (Migrated from github.com)

Superseded by #279.

Superseded by #279.

Pull request closed

Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/webexmemebot#277
No description provided.