Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/setup-python action minor v6.0.0 -> v6.1.0 age confidence
anyio (changelog) minor ==4.11.0 -> ==4.12.0 age confidence
maxbrunet/pre-commit-renovate repository minor 42.19.3 -> 42.27.0 age confidence
mypy (changelog) minor ==1.18.2 -> ==1.19.0 age confidence
pre-commit/mirrors-mypy repository minor v1.18.2 -> v1.19.0 age confidence
pycqa/pylint repository patch v4.0.3 -> v4.0.4 age confidence
pylint (changelog) patch ==4.0.3 -> ==4.0.4 age confidence
python final minor 3.12-alpine -> 3.14-alpine age confidence
python stage minor 3.12-alpine -> 3.14-alpine age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/setup-python (actions/setup-python)

v6.1.0

Compare Source

What's Changed
Enhancements:
Dependency and Documentation updates:
New Contributors

Full Changelog: actions/setup-python@v6...v6.1.0

agronholm/anyio (anyio)

v4.12.0

Compare Source

maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)

v42.27.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.27.0 for more changes

v42.26.11

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.11 for more changes

v42.26.10

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.10 for more changes

v42.26.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.9 for more changes

v42.26.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.8 for more changes

v42.26.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.7 for more changes

v42.26.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.5 for more changes

v42.26.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.4 for more changes

v42.26.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.3 for more changes

v42.26.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.2 for more changes

v42.26.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.26.0 for more changes

v42.25.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.25.4 for more changes

v42.25.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.25.2 for more changes

v42.24.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.24.1 for more changes

v42.24.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.24.0 for more changes

v42.22.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.22.1 for more changes

v42.22.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.22.0 for more changes

v42.21.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.21.4 for more changes

v42.21.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.21.3 for more changes

v42.21.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.21.2 for more changes

v42.21.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.21.1 for more changes

v42.21.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.21.0 for more changes

v42.20.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.20.1 for more changes

v42.20.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.20.0 for more changes

v42.19.10

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.19.10 for more changes

v42.19.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.19.9 for more changes

v42.19.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.19.8 for more changes

v42.19.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.19.7 for more changes

v42.19.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.19.6 for more changes

v42.19.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.19.5 for more changes

v42.19.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/42.19.4 for more changes

python/mypy (mypy)

v1.19.0

Compare Source

pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)

v1.19.0

Compare Source

pycqa/pylint (pycqa/pylint)

v4.0.4

Compare Source

What's new in Pylint 4.0.4?

Release date: 2025-11-30

False Positives Fixed

  • Fixed false positive for invalid-name where module-level constants were incorrectly classified as variables when a class-level attribute with the same name exists.

    Closes #​10719

  • Fix a false positive for invalid-name on an UPPER_CASED name inside an if branch that assigns an object.

    Closes #​10745

pylint-dev/pylint (pylint)

v4.0.4

Compare Source

What's new in Pylint 4.0.4?

Release date: 2025-11-30

False Positives Fixed

  • Fixed false positive for invalid-name where module-level constants were incorrectly classified as variables when a class-level attribute with the same name exists.

    Closes #​10719

  • Fix a false positive for invalid-name on an UPPER_CASED name inside an if branch that assigns an object.

    Closes #​10745


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@JohnVillalovos JohnVillalovos merged commit 16fa4b8 into main Dec 1, 2025
19 checks passed
@JohnVillalovos JohnVillalovos deleted the renovate/all-minor-patch branch December 1, 2025 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants