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

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/pylint-758533acb2 into main
dependabot[bot] commented 2024-09-20 17:32:26 +02:00 (Migrated from github.com)

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

Updates pylint from 3.2.6 to 3.3.0

Commits
  • 6350dfa Bump pylint to 3.3.0, update changelog
  • 78f3dfa Bump astroid to 3.3.3 (#9939)
  • b28c1f6 Add check for unnecessary-default-type-args (#9938)
  • bd97b93 [doc framework] Assert that the good and bad example exists in the doc (#9936)
  • 7aa4436 Fix duplicate workflow step ids (#9934)
  • 0950916 [pre-commit] Add codespell, and fix some existing typos (#9912)
  • 3b4a7f9 Add details.rst for c-extension-no-member (#9933)
  • 7d60c27 Explicitly save cache in primer jobs
  • 67acc96 Add additional stdlib deprecations (mostly 3.13) (#9853)
  • 0adf671 Remove old-style classes code, remove check for new-style class (#9925)
  • Additional commits viewable in compare view

Updates astroid from 3.2.4 to 3.3.3

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.3.3?

Release date: 2024-09-20

  • Fix inference regression with property setters.

    Closes pylint-dev/pylint#9811

  • Add annotation-only instance attributes to attrs classes to fix no-member false positives.

    Closes #2514

What's New in astroid 3.3.2?

Release date: 2024-08-11

  • Restore support for soft-deprecated members of the typing module with python 3.13.

    Refs pylint-dev/pylint#9852

What's New in astroid 3.3.1?

Release date: 2024-08-06

  • Fix a crash introduced in 3.3.0 involving invalid format strings.

    Closes #2492

What's New in astroid 3.3.0?

Release date: 2024-08-04

  • Add support for Python 3.13.

  • Remove support for Python 3.8 (and constants PY38, PY39_PLUS, and PYPY_7_3_11_PLUS).

    Refs #2443

  • Add the __annotations__ attribute to the ClassDef object model.

    Closes pylint-dev/pylint#7126

  • Implement inference for JoinedStr and FormattedValue

  • Add support for ssl.OP_LEGACY_SERVER_CONNECT (new in Python 3.12).

    Closes pylint-dev/pylint#9849

Commits
  • a01a9c9 Bump astroid to 3.3.3, update changelog
  • 3840ff6 Fix inference regression with property setters (#2567) (#2568)
  • 5eae215 brain_attrs: Support annotation-only members (#2515)
  • 4ae4617 Bump astroid to 3.3.2, update changelog
  • b00b86c [PY313] Add stubs for soft-deprecated typing members (#2503)
  • de58003 Bump astroid to 3.3.1, update changelog
  • 8357bd3 Fix pylint regression with invalid format strings (#2496) (#2497)
  • 47030b1 Bump astroid to 3.3.0, update changelog
  • f37549e Fix release tests
  • 92baf78 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • Additional commits viewable in compare view

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.2.6 to 3.3.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/6350dfa900b11de442bc562564884037ca8bc4f6"><code>6350dfa</code></a> Bump pylint to 3.3.0, update changelog</li> <li><a href="https://github.com/pylint-dev/pylint/commit/78f3dfa0c40bdb1e0f145e75c309f28f4e8cc31e"><code>78f3dfa</code></a> Bump astroid to 3.3.3 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9939">#9939</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/b28c1f69334191ade62357d01c248742afac24b3"><code>b28c1f6</code></a> Add check for <code>unnecessary-default-type-args</code> (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9938">#9938</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/bd97b93db80298570bce6a0197c62d78a4d5134f"><code>bd97b93</code></a> [doc framework] Assert that the good and bad example exists in the doc (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9936">#9936</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/7aa44364a6c202dce8384eafad7f4d5fb6492dad"><code>7aa4436</code></a> Fix duplicate workflow step ids (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9934">#9934</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/09509163baaba140fca2633930a6632f05830246"><code>0950916</code></a> [pre-commit] Add codespell, and fix some existing typos (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9912">#9912</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/3b4a7f9ba6ed01298324d73e2e625324ee4a39e7"><code>3b4a7f9</code></a> Add details.rst for c-extension-no-member (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9933">#9933</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/7d60c27efc799dabd2aa217744636c81036c78c6"><code>7d60c27</code></a> Explicitly save cache in primer jobs</li> <li><a href="https://github.com/pylint-dev/pylint/commit/67acc9669fdaca388fcf2078413827941993b777"><code>67acc96</code></a> Add additional stdlib deprecations (mostly 3.13) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9853">#9853</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/0adf671a98b6171099b19e8d5d0d363421c8b451"><code>0adf671</code></a> Remove old-style classes code, remove check for new-style class (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9925">#9925</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.3.0">compare view</a></li> </ul> </details> <br /> Updates `astroid` from 3.2.4 to 3.3.3 <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.3.3?</h1> <p>Release date: 2024-09-20</p> <ul> <li> <p>Fix inference regression with property setters.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/9811">pylint-dev/pylint#9811</a></p> </li> <li> <p>Add annotation-only instance attributes to attrs classes to fix <code>no-member</code> false positives.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2514">#2514</a></p> </li> </ul> <h1>What's New in astroid 3.3.2?</h1> <p>Release date: 2024-08-11</p> <ul> <li> <p>Restore support for soft-deprecated members of the <code>typing</code> module with python 3.13.</p> <p>Refs <a href="https://redirect.github.com/pylint-dev/pylint/issues/9852">pylint-dev/pylint#9852</a></p> </li> </ul> <h1>What's New in astroid 3.3.1?</h1> <p>Release date: 2024-08-06</p> <ul> <li> <p>Fix a crash introduced in 3.3.0 involving invalid format strings.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/astroid/issues/2492">#2492</a></p> </li> </ul> <h1>What's New in astroid 3.3.0?</h1> <p>Release date: 2024-08-04</p> <ul> <li> <p>Add support for Python 3.13.</p> </li> <li> <p>Remove support for Python 3.8 (and constants <code>PY38</code>, <code>PY39_PLUS</code>, and <code>PYPY_7_3_11_PLUS</code>).</p> <p>Refs <a href="https://redirect.github.com/pylint-dev/astroid/issues/2443">#2443</a></p> </li> <li> <p>Add the <code>__annotations__</code> attribute to the <code>ClassDef</code> object model.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/7126">pylint-dev/pylint#7126</a></p> </li> <li> <p>Implement inference for JoinedStr and FormattedValue</p> </li> <li> <p>Add support for <code>ssl.OP_LEGACY_SERVER_CONNECT</code> (new in Python 3.12).</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/9849">pylint-dev/pylint#9849</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/astroid/commit/a01a9c9fb8f7748f915562cc992c68772d98d2dd"><code>a01a9c9</code></a> Bump astroid to 3.3.3, update changelog</li> <li><a href="https://github.com/pylint-dev/astroid/commit/3840ff6ee550873aac770c7804eaec01e90da54b"><code>3840ff6</code></a> Fix inference regression with property setters (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2567">#2567</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2568">#2568</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/5eae215faba239c6bc9eca2e08b3855411595fd4"><code>5eae215</code></a> brain_attrs: Support annotation-only members (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2515">#2515</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/4ae46172a26bc9fd2a9668c69e4327c31cd48240"><code>4ae4617</code></a> Bump astroid to 3.3.2, update changelog</li> <li><a href="https://github.com/pylint-dev/astroid/commit/b00b86c37e438b5d40b81956e86fb55fbd242d9b"><code>b00b86c</code></a> [PY313] Add stubs for soft-deprecated typing members (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2503">#2503</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/de58003b577c6111df1505b794f836fb1d643ef0"><code>de58003</code></a> Bump astroid to 3.3.1, update changelog</li> <li><a href="https://github.com/pylint-dev/astroid/commit/8357bd31cb80bd28045d29bc723d49825f8a5812"><code>8357bd3</code></a> Fix pylint regression with invalid format strings (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2496">#2496</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2497">#2497</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/47030b1b84760ca6f993c6b462797eb525fcdc47"><code>47030b1</code></a> Bump astroid to 3.3.0, update changelog</li> <li><a href="https://github.com/pylint-dev/astroid/commit/f37549ebb455315e4df97e442defc4cc257fc2fb"><code>f37549e</code></a> Fix release tests</li> <li><a href="https://github.com/pylint-dev/astroid/commit/92baf7833d667f69df05a33b860a6e8693e3ff1c"><code>92baf78</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/astroid/compare/v3.2.4...v3.3.3">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-09-20 17:32:26 +02:00
dependabot[bot] commented 2024-09-24 17:27:34 +02:00 (Migrated from github.com)

Superseded by #367.

Superseded by #367.

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