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

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/pylint-f43de6f6d3 into next
dependabot[bot] commented 2024-05-16 17:27:00 +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.0

Commits
  • b738d23 Bump pylint to 3.2.0, update changelog
  • 040ce17 Upgrade the contributors lists
  • 743a04d [performance] Check that 'trailing-comma-tuple' is enabled only once (#9620)
  • b4a9535 [pre-commit.ci] pre-commit autoupdate (#9621)
  • a4f9b86 [pre-commit.ci] pre-commit autoupdate
  • 4f0c7ac Merge maintenance/3.1.x into main following 3.1.1 release (#9618)
  • 0d8ef10 Merge maintenance/3.1.x into main following 3.1.1 release
  • e53fdb6 Bump furo from 2024.4.27 to 2024.5.6 (#9617)
  • 814bf94 Bump actions/checkout from 4.1.4 to 4.1.5 (#9616)
  • fd6790b Add ignored modules to Astroid module deny list (#9504)
  • Additional commits viewable in compare view

Updates astroid from 3.1.0 to 3.2.1

Changelog

Sourced from astroid's changelog.

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.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/b738d233e2df7651abae847e2331e2621482e5fb"><code>b738d23</code></a> Bump pylint to 3.2.0, update changelog</li> <li><a href="https://github.com/pylint-dev/pylint/commit/040ce17d4af578112dd892ea7445cd6b78ed71c1"><code>040ce17</code></a> Upgrade the contributors lists</li> <li><a href="https://github.com/pylint-dev/pylint/commit/743a04de97e566968510bcd398ac93490beb252a"><code>743a04d</code></a> [performance] Check that 'trailing-comma-tuple' is enabled only once (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9620">#9620</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/b4a9535566b149d5afe60b8e82d573441fbec0e6"><code>b4a9535</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9621">#9621</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/a4f9b8618f1d8ac2adde8a729e29d9a2018fdc7b"><code>a4f9b86</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pylint-dev/pylint/commit/4f0c7acfc8032c5f41cc0f429db83eb81bf3f570"><code>4f0c7ac</code></a> Merge maintenance/3.1.x into main following 3.1.1 release (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9618">#9618</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/0d8ef10c7999f33b033ee1bca3e3aad91ff0d835"><code>0d8ef10</code></a> Merge maintenance/3.1.x into main following 3.1.1 release</li> <li><a href="https://github.com/pylint-dev/pylint/commit/e53fdb6dbc97dae5e086d30b5d0fb0fa218b1915"><code>e53fdb6</code></a> Bump furo from 2024.4.27 to 2024.5.6 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9617">#9617</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/814bf947541c198dc3bc8f38240113a78bf2b57a"><code>814bf94</code></a> Bump actions/checkout from 4.1.4 to 4.1.5 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9616">#9616</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/fd6790b062039e42523f674ebff205e89e9eef51"><code>fd6790b</code></a> Add ignored modules to Astroid module deny list (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9504">#9504</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.0">compare view</a></li> </ul> </details> <br /> Updates `astroid` from 3.1.0 to 3.2.1 <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.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/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><a href="https://github.com/pylint-dev/astroid/commit/2ec0115432af4b4b3757434defc12de6712f7bb9"><code>2ec0115</code></a> Fix mypy warnings and update typing</li> <li><a href="https://github.com/pylint-dev/astroid/commit/2592505017d551a127801ac80dc8db1144e54758"><code>2592505</code></a> Remove AstroidCacheSetupMixin</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/astroid/compare/v3.1.0...v3.2.1">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-05-16 17:27:00 +02:00
dependabot[bot] commented 2024-05-20 17:22:36 +02:00 (Migrated from github.com)

Superseded by #241.

Superseded by #241.

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#239
No description provided.