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

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/pylint-d9b28f2927 into main
dependabot[bot] commented 2024-09-24 17:27:31 +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.1

Commits

Updates astroid from 3.2.4 to 3.3.4

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.3.4?

Release date: 2024-09-23

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?

... (truncated)

Commits
  • 6042e58 Bump astroid to 3.3.4, update changelog
  • c51f510 Fix issue when inferring single-node or non-const JoinedStr (#2578) (#2579)
  • 97871e9 Check for empty format specs (#2574) (#2576)
  • 1915cc3 Fix manager.clear_cache() not fully clearing the module cache (#2572) (#2573)
  • 875651b [Backport maintenance/3.3.x] Address pylint 3.3 messages (#2577)
  • 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)
  • 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.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/76bce72bc57cc8089e439cc9d22fed5806341ed4"><code>76bce72</code></a> Bump pylint to 3.3.1, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9954">#9954</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/55ee81651aa98d644e046a0f02f20576ecb3a6dc"><code>55ee816</code></a> Bump astroid to 3.3.4 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9951">#9951</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/9952">#9952</a>)</li> <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>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.2.6...v3.3.1">compare view</a></li> </ul> </details> <br /> Updates `astroid` from 3.2.4 to 3.3.4 <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.4?</h1> <p>Release date: 2024-09-23</p> <ul> <li> <p>Fix regression with f-string inference.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/9947">pylint-dev/pylint#9947</a></p> </li> <li> <p>Fix bug with <code>manager.clear_cache()</code> not fully clearing cache</p> <p>Refs <a href="https://redirect.github.com/pylint-dev/pylint/pull/9932#issuecomment-2364985551">pylint-dev/pylint#9932</a></p> </li> <li> <p>Fix a crash from inferring empty format specs.</p> <p>Closes <a href="https://redirect.github.com/pylint-dev/pylint/issues/9945">pylint-dev/pylint#9945</a></p> </li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/astroid/commit/6042e585859420ff98a9f9c2f383a3f3e54f567a"><code>6042e58</code></a> Bump astroid to 3.3.4, update changelog</li> <li><a href="https://github.com/pylint-dev/astroid/commit/c51f510e4ad4a354335c5dc9cce827670de6f5d4"><code>c51f510</code></a> Fix issue when inferring single-node or non-const JoinedStr (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2578">#2578</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2579">#2579</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/97871e9489316ffac09348fe655f6571a21c4d3d"><code>97871e9</code></a> Check for empty format specs (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2574">#2574</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2576">#2576</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/1915cc36e1758780c102b1793525b985c9780d4f"><code>1915cc3</code></a> Fix <code>manager.clear_cache()</code> not fully clearing the module cache (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2572">#2572</a>) (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2573">#2573</a>)</li> <li><a href="https://github.com/pylint-dev/astroid/commit/875651b8021a27488685fba52250a594fa277f2a"><code>875651b</code></a> [Backport maintenance/3.3.x] Address pylint 3.3 messages (<a href="https://redirect.github.com/pylint-dev/astroid/issues/2577">#2577</a>)</li> <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>Additional commits viewable in <a href="https://github.com/pylint-dev/astroid/compare/v3.2.4...v3.3.4">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-24 17:27:31 +02:00
dependabot[bot] commented 2024-10-07 17:19:21 +02:00 (Migrated from github.com)

Superseded by #373.

Superseded by #373.

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