Skip to content

chore(deps): update all non-major dependencies#3347

Merged
nejch merged 1 commit intomainfrom
renovate/all-minor-patch
Feb 16, 2026
Merged

chore(deps): update all non-major dependencies#3347
nejch merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
commitizen (changelog) ==4.13.6==4.13.7 age confidence patch
commitizen-tools/commitizen v4.13.6v4.13.7 age confidence repository patch
coverage ==7.13.3==7.13.4 age confidence patch
maxbrunet/pre-commit-renovate 43.4.343.15.2 age confidence repository minor
python 3.12-alpine3.14-alpine age confidence final minor
python 3.12-alpine3.14-alpine age confidence stage minor
trio (changelog) ==0.32.0==0.33.0 age confidence minor

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.13.7

Compare Source

Fix
  • provider: use encoding settings in config (#​1857)
coveragepy/coveragepy (coverage)

v7.13.4

Compare Source

  • Fix: the third-party code fix in 7.13.3 required examining the parent
    directories where coverage was run. In the unusual situation that one of the
    parent directories is unreadable, a PermissionError would occur, as
    described in issue 2129_. This is now fixed.

  • Fix: in test suites that change sys.path, coverage.py could fail with
    "RuntimeError: Set changed size during iteration" as described and fixed in
    pull 2130_. Thanks, Noah Fatsi.

  • We now publish ppc64le wheels, thanks to Pankhudi Jain <pull 2121_>_.

.. _pull 2121: #​2121
.. _issue 2129: #​2129
.. _pull 2130: #​2130

.. _changes_7-13-3:

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

v43.15.2

Compare Source

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

v43.15.1

Compare Source

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

v43.15.0

Compare Source

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

v43.14.2

Compare Source

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

v43.14.1

Compare Source

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

v43.14.0

Compare Source

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

v43.12.1

Compare Source

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

v43.12.0

Compare Source

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

v43.11.1

Compare Source

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

v43.11.0

Compare Source

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

v43.10.3

Compare Source

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

v43.10.2

Compare Source

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

v43.10.1

Compare Source

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

v43.10.0

Compare Source

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

v43.9.0

Compare Source

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

v43.8.5

Compare Source

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

v43.8.4

Compare Source

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

v43.8.3

Compare Source

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

v43.8.2

Compare Source

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

v43.8.1

Compare Source

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

v43.8.0

Compare Source

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

v43.6.3

Compare Source

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

v43.6.2

Compare Source

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

v43.6.1

Compare Source

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

v43.6.0

Compare Source

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

v43.5.6

Compare Source

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

v43.5.5

Compare Source

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

v43.5.4

Compare Source

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

v43.5.3

Compare Source

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

v43.5.2

Compare Source

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

v43.5.1

Compare Source

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

v43.5.0

Compare Source

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

v43.4.5

Compare Source

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

v43.4.4

Compare Source

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

python-trio/trio (trio)

v0.33.0

Compare Source

Full Changelog: python-trio/trio@v0.32.0...v0.33.0

Bugfixes

  • Start supporting Android's new "android" sys.platform. (#​3357)

Deprecations and removals

  • Both trio.testing.RaisesGroup and trio.testing.Matcher have been deprecated. Pytest alternatives pytest.RaisesGroup and pytest.RaisesExc (respectively) are considered correct replacement. (#​3326)

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 becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f85ad22 to 0fc4893 Compare February 16, 2026 06:03
@nejch nejch merged commit 4e01d33 into main Feb 16, 2026
19 checks passed
@nejch nejch deleted the renovate/all-minor-patch branch February 16, 2026 08:38
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.

1 participant