Skip to content

Bump pylint from 4.0.5 to 4.0.6 - #128

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/pylint-4.0.6
Jul 6, 2026
Merged

Bump pylint from 4.0.5 to 4.0.6#128
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/pylint-4.0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps pylint from 4.0.5 to 4.0.6.

Commits
  • 8a39635 Bump pylint to 4.0.6, update changelog (#11105)
  • 150f23c [Backport maintenance/4.0.x] Allow digits in ParamSpec and TypeVarTuple names...
  • 8b6251e [Backport maintenance/4.0.x] Fix crash when enum member inference fails (#11093)
  • d57aadb [Backport maintenance/4.0.x] Fix implicit-str-concat false positive for mix...
  • d9ea8d9 [Backport maintenance/4.0.x] Fix unnecessary-comprehension suggestion when ...
  • cb1792a [Backport maintenance/4.0.x] Allow digits in TypeVar names for invalid-name c...
  • ee2ab9a Handle InferenceError in decorator return analysis
  • 5bb5498 [Backport maintenance/4.0.x] Fix crash in typecheck checker when metaclass ar...
  • a940533 [Backport maintenance/4.0.x] Fix a crash in consider-using-enumerate for no...
  • b7a873a [Backport maintenance/4.0.x] Fix crash in deprecated checker for non-string `...
  • 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 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)

Bumps [pylint](https://github.com/pylint-dev/pylint) from 4.0.5 to 4.0.6.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v4.0.5...v4.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 6, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 6, 2026 01:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 6, 2026

@senzingdevops senzingdevops left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions
github-actions Bot enabled auto-merge (squash) July 6, 2026 01:33
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

🤖 Claude Code Review

PR Review: Bump pylint from 4.0.5 to 4.0.6

This is a routine dependency version bump in pyproject.toml (line 81), affecting the lint optional-dependency group for python_version > '3.11'. No source code, tests, or documentation are touched.

Code Quality

  • Style conventions: Follows existing pattern in the file (version pin format matches sibling entries like pylint-per-file-ignores above it).
  • No commented-out code: N/A, diff only changes a version string.
  • Meaningful variable names: N/A, no code changes.
  • DRY principle: N/A, no code changes.
  • Defects: No logic changes, no bugs introduced. Version bump is a patch release (4.0.5 → 4.0.6), low risk.
  • CLAUDE.md review: .claude/CLAUDE.md is unaffected by this PR and remains general/environment-agnostic as required (no local-machine-specific paths or settings).

Testing

  • Unit/integration tests: N/A — no functional code changed. CI will validate the new pylint version runs cleanly against pylint $(git ls-files '*.py' ...) per the Linting command in CLAUDE.md.
  • Edge cases / coverage: N/A, dependency-only change.

Documentation

  • README/API docs/CHANGELOG: Not required for a routine dev-dependency patch bump. No CHANGELOG.md present in repo root per earlier context, so N/A.
  • Markdown formatting: No markdown files touched in this diff.

Security

  • No hardcoded credentials: Confirmed, diff contains only a version string.
  • No .lic files or AQAAAD-prefixed strings: None present in this diff.
  • Input validation / error handling / sensitive logs: N/A, no code changes.

Verdict

Approve. This is a low-risk, mechanical patch-version bump for a lint tool dependency. No concerns identified. Recommend confirming CI lint job passes with pylint 4.0.6 before merge (pylint patch releases occasionally tighten rule defaults, which could surface new lint findings even without a code change).

Automated code review analyzing defects and coding standards

@github-actions
github-actions Bot merged commit 434f984 into main Jul 6, 2026
12 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/pylint-4.0.6 branch July 6, 2026 01:33
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