Skip to content

Bump pylint from 3.1.0 to 3.2.2#307

Merged
iMicknl merged 1 commit intomainfrom
dependabot/pip/pylint-3.2.2
Jun 2, 2024
Merged

Bump pylint from 3.1.0 to 3.2.2#307
iMicknl merged 1 commit intomainfrom
dependabot/pip/pylint-3.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps pylint from 3.1.0 to 3.2.2.

Commits
  • 769ffd2 Bump pylint to 3.2.2, update changelog (#9658)
  • 98c5af9 Fix false-positive with contextmanager missing cleanup (#9654) (#9657)
  • 9a9db8f Update astroid to 3.2.2 (#9655) (#9656)
  • 9223172 Bump pylint to 3.2.1, update changelog
  • 926547b [trailing-comma-tuple] Fix enabling with message control locally when disable...
  • 1498675 Fix linterstats.get_module_message_count() (#9146) (#9648)
  • aed496a Fix FP for possibly-used-before-assignment with assert_never() (#9645) (#...
  • 9dae975 [Backport maintenance/3.2.x] Add --prefer-stubs=y option (#9646)
  • a03ceae Add --prefer-stubs=y option (#9632)
  • b2ea316 [Backport maintenance/3.2.x] Don't emit incorrect-variance for type parameter...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot requested a review from iMicknl as a code owner May 20, 2024 08:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pylint-3.2.2 branch from b55a873 to 18780e7 Compare June 2, 2024 13:12
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to 3.2.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.2.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pylint-3.2.2 branch from 18780e7 to 6eac3ba Compare June 2, 2024 13:19
@iMicknl iMicknl merged commit b02f2a0 into main Jun 2, 2024
@iMicknl iMicknl deleted the dependabot/pip/pylint-3.2.2 branch June 2, 2024 13:25
jsongerber pushed a commit to jsongerber/python-sagemcom-api that referenced this pull request Nov 8, 2024
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to
3.2.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/769ffd20bbf321a6cf23f5e7221a0b8221f51482"><code>769ffd2</code></a>
Bump pylint to 3.2.2, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9658">#9658</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/98c5af9bdf31a4b5291c65d3b0d5cdbb19a7f082"><code>98c5af9</code></a>
Fix false-positive with contextmanager missing cleanup (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9654">#9654</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9657">#9657</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/9a9db8fa78d9523cff0f6ff0769ed4f7a4a85701"><code>9a9db8f</code></a>
Update astroid to 3.2.2 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9655">#9655</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9656">#9656</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/9223172074c4ca2bb5bff3b2c5a40190cc527fcf"><code>9223172</code></a>
Bump pylint to 3.2.1, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/926547bbbfcedd77886ec1f73ae1463daac2fa7f"><code>926547b</code></a>
[trailing-comma-tuple] Fix enabling with message control locally when
disable...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/14986757c97862e59a43f787b72a1205d7f1dbf0"><code>1498675</code></a>
Fix linterstats.get_module_message_count() (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9146">#9146</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9648">#9648</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/aed496ad99caf1a08dc32bd17eea0a7bac839a1b"><code>aed496a</code></a>
Fix FP for <code>possibly-used-before-assignment</code> with
<code>assert_never()</code> (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9645">#9645</a>)
(#...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/9dae97544b1524c0a130435766b56c9bbd23ffe9"><code>9dae975</code></a>
[Backport maintenance/3.2.x] Add <code>--prefer-stubs=y</code> option
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9646">#9646</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a03ceae2745439bd0c907cd894dac973fbfb8efe"><code>a03ceae</code></a>
Add <code>--prefer-stubs=y</code> option (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9632">#9632</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/b2ea3168a30fb269b6807fcd7d86f2ab0348f699"><code>b2ea316</code></a>
[Backport maintenance/3.2.x] Don't emit incorrect-variance for type
parameter...</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.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=3.1.0&new-version=3.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bakonyiferenc pushed a commit to bakonyiferenc/python-sagemcom-api that referenced this pull request Dec 16, 2025
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.1.0 to
3.2.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pylint-dev/pylint/commit/769ffd20bbf321a6cf23f5e7221a0b8221f51482"><code>769ffd2</code></a>
Bump pylint to 3.2.2, update changelog (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9658">#9658</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/98c5af9bdf31a4b5291c65d3b0d5cdbb19a7f082"><code>98c5af9</code></a>
Fix false-positive with contextmanager missing cleanup (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9654">#9654</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9657">#9657</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/9a9db8fa78d9523cff0f6ff0769ed4f7a4a85701"><code>9a9db8f</code></a>
Update astroid to 3.2.2 (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9655">#9655</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9656">#9656</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/9223172074c4ca2bb5bff3b2c5a40190cc527fcf"><code>9223172</code></a>
Bump pylint to 3.2.1, update changelog</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/926547bbbfcedd77886ec1f73ae1463daac2fa7f"><code>926547b</code></a>
[trailing-comma-tuple] Fix enabling with message control locally when
disable...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/14986757c97862e59a43f787b72a1205d7f1dbf0"><code>1498675</code></a>
Fix linterstats.get_module_message_count() (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9146">#9146</a>)
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9648">#9648</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/aed496ad99caf1a08dc32bd17eea0a7bac839a1b"><code>aed496a</code></a>
Fix FP for <code>possibly-used-before-assignment</code> with
<code>assert_never()</code> (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9645">#9645</a>)
(#...</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/9dae97544b1524c0a130435766b56c9bbd23ffe9"><code>9dae975</code></a>
[Backport maintenance/3.2.x] Add <code>--prefer-stubs=y</code> option
(<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9646">#9646</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/a03ceae2745439bd0c907cd894dac973fbfb8efe"><code>a03ceae</code></a>
Add <code>--prefer-stubs=y</code> option (<a
href="https://redirect.github.com/pylint-dev/pylint/issues/9632">#9632</a>)</li>
<li><a
href="https://github.com/pylint-dev/pylint/commit/b2ea3168a30fb269b6807fcd7d86f2ab0348f699"><code>b2ea316</code></a>
[Backport maintenance/3.2.x] Don't emit incorrect-variance for type
parameter...</li>
<li>Additional commits viewable in <a
href="https://github.com/pylint-dev/pylint/compare/v3.1.0...v3.2.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=3.1.0&new-version=3.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant