Skip to content

Commit 44d48c8

Browse files
authored
Build(deps-dev): Bump pylint from 3.3.8 to 4.0.2 (#95)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 4.0.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/0eb92d25fd38ba5bad2f8d2ea7df63ad23e18ae3"><code>0eb92d2</code></a> Bump pylint to 4.0.2, update changelog</li> <li><a href="https://github.com/pylint-dev/pylint/commit/caf95d5985e0b3ad164de6b787e309cf748fb876"><code>caf95d5</code></a> [Backport maintenance/4.0.x] Fix FP for <code>invalid-name</code> for partially uninfera...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/4d527695093fa8c09922ef781fa44c3457f1ec8f"><code>4d52769</code></a> [Backport maintenance/4.0.x] Ignore unraisable exceptions on stdlib primer (#...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/92a13dff01715c782a8321ac3dd9c5fe91dda19a"><code>92a13df</code></a> [Backport maintenance/4.0.x] Fix FP for <code>invalid-name</code> on module-level consta...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/4c913c06cf654f1d4e4cc0a973a1d9159f60922a"><code>4c913c0</code></a> [Backport maintenance/4.0.x] Fix FP for invalid-name for TypedDicts (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10674">#10674</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/9a3035053154ba0c3ca3b300d6bc9fa72b95d552"><code>9a30350</code></a> Bump pylint to 4.0.1, update changelog (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10667">#10667</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/0ad9d26112a21033ec36d94c6fec814938861f78"><code>0ad9d26</code></a> [Backport maintenance/4.0.x] Check enums created with functional syntax again...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/60a01e4d4e40f9d4ec4c349ec0a09f4d7089204a"><code>60a01e4</code></a> [Backport maintenance/4.0.x] Improve conditionals (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10655">#10655</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/e60b80eec7e065361dacae2572e5667678a6d86f"><code>e60b80e</code></a> [Backport maintenance/4.0.x] Fix <code>unused-variable</code> false positive with `__all...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/abcf2edc76eb8b4558f07617af8fc667111bc427"><code>abcf2ed</code></a> [Backport maintenance/4.0.x] Fix false-positive for bare-name-capture-pattern...</li> <li>Additional commits viewable in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.8...v4.0.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.3.8&new-version=4.0.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>
2 parents 775d338 + 1bd194f commit 44d48c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dev-pylint = [
7575
]
7676
dev-pytest = [
7777
"pytest == 8.4.2",
78-
"pylint == 3.3.8", # We need this to check for the examples
78+
"pylint == 4.0.2", # We need this to check for the examples
7979
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
8080
"pytest-mock == 3.15.1",
8181
"pytest-asyncio == 1.2.0",

0 commit comments

Comments
 (0)