Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
commitizen (changelog) ==4.9.1 -> ==4.10.0 age confidence minor
commitizen-tools/commitizen v4.9.1 -> v4.10.0 age confidence repository minor
pycqa/pylint v4.0.2 -> v4.0.3 age confidence repository patch
pylint (changelog) ==4.0.2 -> ==4.0.3 age confidence patch
pytest-docker ==3.2.3 -> ==3.2.5 age confidence patch
python 3.12-alpine -> 3.14-alpine age confidence final minor
python 3.12-alpine -> 3.14-alpine age confidence stage minor
python-semantic-release/publish-action v10.4.1 -> v10.5.2 age confidence action minor
python-semantic-release/python-semantic-release v10.5.0 -> v10.5.2 age confidence action patch

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

commitizen-tools/commitizen (commitizen)

v4.10.0

Compare Source

Feat
  • add config option for line length warning
  • conventional_commits: allow exclamation in title on BC
  • version: add the ability to just print major or minor version
  • allow amend! prefix as created by git --fixup=reword:<commit>
Fix
  • commands/version: add missing return
  • test: set terminal width for cli tests
  • Init: raise InitFailedError on keyboard interrupt on pre-commit hook question, simplify logic, remove unreachable code path
Refactor
  • bump: cleanup related to update_version_file
  • RestructuredTest: rename variable, fix typo and remove unnecessary string copy
  • TomlConfig: minor cleanups for DX
  • Commit: refactor _prompt_commit_questions and fix some type hint
  • hooks: refactor to improve readability
  • Init: make project_info a module and remove self.project_info
  • BaseConfig: update docstring, extract factory method and remove unnecessary variable assignment
  • remove self.encoding for better maintainability
  • utils: make get_backup_file_path to return a path for semantic correctness
  • remove unnecessary class member tag_format
  • Bump: remove use of getattr
  • ConventionalCommitsCz: rewrite message method to make the pattern more clear
  • cmd: unnest try except
  • BaseCommitizen: remove NotImplementedError and make them abstract method
  • BaseCommitizen: construct Style object directly to get rid of potential type error
pycqa/pylint (pycqa/pylint)

v4.0.3

Compare Source

What's new in Pylint 4.0.3?

Release date: 2025-11-13

False Positives Fixed

  • Add Enum dunder methods _generate_next_value_, _missing_, _numeric_repr_, _add_alias_, and _add_value_alias_ to the list passed to --good-dunder-names.

    Closes #​10435

  • Fixed false positive for invalid-name with typing.Annotated.

    Closes #​10696

  • Fix false positive for f-string-without-interpolation with template strings
    when using format spec.

    Closes #​10702

  • Fix a false positive when an UPPER_CASED class attribute was raising an
    invalid-name when typed with Final.

    Closes #​10711

  • Fix a false positive for unbalanced-tuple-unpacking when a tuple is assigned to a function call and the structure of the function's return value is ambiguous.

    Closes #​10721

Other Bug Fixes

  • Make 'ignore' option work as expected again.

    Closes #​10669

  • Fix crash for consider-using-assignment-expr when a variable annotation without assignment
    is used as the if test expression.

    Closes #​10707

  • Fix crash for prefer-typing-namedtuple and consider-math-not-float when
    a slice object is called.

    Closes #​10708

pylint-dev/pylint (pylint)

v4.0.3

Compare Source

What's new in Pylint 4.0.3?

Release date: 2025-11-13

False Positives Fixed

  • Add Enum dunder methods _generate_next_value_, _missing_, _numeric_repr_, _add_alias_, and _add_value_alias_ to the list passed to --good-dunder-names.

    Closes #​10435

  • Fixed false positive for invalid-name with typing.Annotated.

    Closes #​10696

  • Fix false positive for f-string-without-interpolation with template strings
    when using format spec.

    Closes #​10702

  • Fix a false positive when an UPPER_CASED class attribute was raising an
    invalid-name when typed with Final.

    Closes #​10711

  • Fix a false positive for unbalanced-tuple-unpacking when a tuple is assigned to a function call and the structure of the function's return value is ambiguous.

    Closes #​10721

Other Bug Fixes

  • Make 'ignore' option work as expected again.

    Closes #​10669

  • Fix crash for consider-using-assignment-expr when a variable annotation without assignment
    is used as the if test expression.

    Closes #​10707

  • Fix crash for prefer-typing-namedtuple and consider-math-not-float when
    a slice object is called.

    Closes #​10708

avast/pytest-docker (pytest-docker)

v3.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: avast/pytest-docker@v3.2.4...v3.2.5

v3.2.4

Compare Source

What's Changed

Full Changelog: avast/pytest-docker@v3.2.3...v3.2.4

python-semantic-release/publish-action (python-semantic-release/publish-action)

v10.5.2

Compare Source

v10.5.2 (2025-11-10)

Build System
  • deps: Bump python-semantic-release from 10.5.1 to 10.5.2 (#​91, 4b3a923)

Detailed Changes: v10.5.1...v10.5.2

v10.5.1

Compare Source

v10.5.1 (2025-11-10)

Build System
  • deps: Bump python-semantic-release from 10.5.0 to 10.5.1 (#​90, cd980ed)

Detailed Changes: v10.5.0...v10.5.1

v10.5.0

Compare Source

v10.5.0 (2025-11-10)

Build System
  • deps: Bump python-semantic-release from 10.4.1 to 10.5.0 (#​87, 201da5a)

  • deps: Bump action container image to python:3.14-slim-trixie (#​86, e50fe5e)


Detailed Changes: v10.4.1...v10.5.0

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v10.5.2

Compare Source

====================

🪲 Bug Fixes

  • cmd-version: Toggle verify upstream off when no version commit is made (PR#1370,
    e0b3b70
    )

.. _e0b3b70: e0b3b70
.. _PR#1370: #​1370

.. _changelog-v10.5.1:

v10.5.1

Compare Source

====================

🪲 Bug Fixes

  • cmd-version: Fix upstream change detection to succeed without branch tracking (PR#1369,
    7086257
    )

.. _7086257: 7086257
.. _PR#1369: #​1369

.. _changelog-v10.5.0:


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 54471d2 into main Nov 17, 2025
19 checks passed
@JohnVillalovos JohnVillalovos deleted the renovate/all-minor-patch branch November 17, 2025 03:01
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