Skip to content

Commit 59a4d10

Browse files
chore(deps): bump pylint from 3.3.8 to 3.3.9 (#189)
Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.3.8 to 3.3.9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pylint-dev/pylint/commit/4cab7ca4eae88b75960fcf2479b8ddd377dd4ce2"><code>4cab7ca</code></a> Bump pylint to 3.3.9, update changelog</li> <li><a href="https://github.com/pylint-dev/pylint/commit/81fb483fdeaa343bae73a72dadcf29c2c70ee41e"><code>81fb483</code></a> [Backport maintenance/3.3.x] Extend catching of ValueError to 3.12.5+ (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10611">#10611</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/1ef673b1fbfedf5575046376397885c046abd70a"><code>1ef673b</code></a> [Backport maintenance/3.3.x] Fix flagging undeprecated importlib.resources fu...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/194790c65856b282389e9754b6a0f4c98f05f9a5"><code>194790c</code></a> Fix invalid refs in 3.3 whatsnew (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10578">#10578</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10579">#10579</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/98238705507065c20bf62eb0ddbe021d44f9b111"><code>9823870</code></a> fix: handle <code>inconsistent-return-statements</code> false positive with <code>quit()</code>/`ex...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/16fe1270fecf08a9b79483b9c9954adbe1a9d3e6"><code>16fe127</code></a> fix: handle for-loop variable shadowing correctly (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10569">#10569</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10571">#10571</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/6cf727cbf982f5d75c9a0162bcb493799f15896e"><code>6cf727c</code></a> Add sphinx reference for whatsnew 3.3 (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10564">#10564</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10565">#10565</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/641a316c3c9c9e0c32f5289445344ad6595c7b53"><code>641a316</code></a> Use custom backport action (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10536">#10536</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10537">#10537</a>)</li> <li><a href="https://github.com/pylint-dev/pylint/commit/65efb677aa3b74088c9f35293138ea2435f925a7"><code>65efb67</code></a> [fix] Better approach in 'unnecessary-list-index-lookup' to avoid crashes (<a href="https://redirect.github.com/pylint-dev/pylint/issues/1">#1</a>...</li> <li><a href="https://github.com/pylint-dev/pylint/commit/78444bb70696fbeee3df56f2fb9f36fed89b4971"><code>78444bb</code></a> Fix used-before-assignment for PEP 695 type aliases + parameters (<a href="https://redirect.github.com/pylint-dev/pylint/issues/10488">#10488</a>) (<a href="https://redirect.github.com/pylint-dev/pylint/issues/1">#1</a>...</li> <li>See full diff in <a href="https://github.com/pylint-dev/pylint/compare/v3.3.8...v3.3.9">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=3.3.9)](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>
1 parent a9ff915 commit 59a4d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ formatting = [
3131
"isort==6.0.1"
3232
]
3333
linting = [
34-
"pylint==3.3.8"
34+
"pylint==3.3.9"
3535
]
3636
spellcheck = [
3737
"codespell==2.4.1"

0 commit comments

Comments
 (0)