Skip to content

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

Merged
JohnVillalovos merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 23, 2026
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
codecov/codecov-action action patch v5.5.2v5.5.3 age confidence
coverage patch ==7.13.4==7.13.5 age confidence
maxbrunet/pre-commit-renovate repository minor 43.76.343.86.0 age confidence
pytest-cov (changelog) minor ==7.0.0==7.1.0 age confidence
python final minor 3.12-alpine3.14-alpine age confidence
python stage minor 3.12-alpine3.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

codecov/codecov-action (codecov/codecov-action)

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

coveragepy/coveragepy (coverage)

v7.13.5

Compare Source

  • Fix: issue 2138_ describes a memory leak that happened when repeatedly
    using the Coverage API with in-memory data. This is now fixed.

  • Fix: the markdown-formatted coverage report didn't fully escape special
    characters in file paths (issue 2141). This would be very unlikely to
    cause a problem, but now it's done properly, thanks to Ellie Ayla <pull 2142_>
    .

  • Fix: the C extension wouldn't build on VS2019, but now it does (issue 2145_).

.. _issue 2138: #​2138
.. _issue 2141: #​2141
.. _pull 2142: #​2142
.. _issue 2145: #​2145

.. _changes_7-13-4:

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

v43.86.0

Compare Source

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

v43.85.0

Compare Source

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

v43.84.2

Compare Source

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

v43.84.1

Compare Source

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

v43.84.0

Compare Source

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

v43.83.1

Compare Source

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

v43.83.0

Compare Source

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

v43.82.0

Compare Source

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

v43.81.0

Compare Source

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

v43.80.0

Compare Source

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

v43.79.0

Compare Source

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

v43.78.0

Compare Source

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

v43.77.9

Compare Source

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

v43.77.8

Compare Source

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

v43.77.7

Compare Source

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

v43.77.6

Compare Source

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

v43.77.4

Compare Source

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

v43.77.3

Compare Source

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

v43.77.2

Compare Source

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

v43.77.1

Compare Source

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

v43.77.0

Compare Source

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

v43.76.5

Compare Source

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

v43.76.4

Compare Source

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

pytest-dev/pytest-cov (pytest-cov)

v7.1.0

Compare Source

  • Fixed total coverage computation to always be consistent, regardless of reporting settings.
    Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on
    reporting options.
    See #&#8203;641 <https://github.com/pytest-dev/pytest-cov/issues/641>_.

  • Improve handling of ResourceWarning from sqlite3.

    The plugin adds warning filter for sqlite3 ResourceWarning unclosed database (since 6.2.0).
    It checks if there is already existing plugin for this message by comparing filter regular expression.
    When filter is specified on command line the message is escaped and does not match an expected message.
    A check for an escaped regular expression is added to handle this case.

    With this fix one can suppress ResourceWarning from sqlite3 from command line::

    pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...

  • Various improvements to documentation.
    Contributed by Art Pelling in #&#8203;718 <https://github.com/pytest-dev/pytest-cov/pull/718>_ and
    "vivodi" in #&#8203;738 <https://github.com/pytest-dev/pytest-cov/pull/738>.
    Also closed #&#8203;736 <https://github.com/pytest-dev/pytest-cov/issues/736>
    .

  • Fixed some assertions in tests.
    Contributed by in Markéta Machová in #&#8203;722 <https://github.com/pytest-dev/pytest-cov/pull/722>_.

  • Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 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 691fd8f into main Mar 23, 2026
19 checks passed
@JohnVillalovos JohnVillalovos deleted the renovate/all-minor-patch branch March 23, 2026 03:36
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