chore(deps): update all non-major dependencies#3376
Merged
JohnVillalovos merged 1 commit intomainfrom Mar 23, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.5.2→v5.5.3==7.13.4→==7.13.543.76.3→43.86.0==7.0.0→==7.1.03.12-alpine→3.14-alpine3.12-alpine→3.14-alpineNote: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers 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.3Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3
coveragepy/coveragepy (coverage)
v7.13.5Compare Source
Fix:
issue 2138_ describes a memory leak that happened when repeatedlyusing 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 tocause 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.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.86.0 for more changes
v43.85.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.85.0 for more changes
v43.84.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.84.2 for more changes
v43.84.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.84.1 for more changes
v43.84.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.84.0 for more changes
v43.83.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.83.1 for more changes
v43.83.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.83.0 for more changes
v43.82.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.82.0 for more changes
v43.81.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.81.0 for more changes
v43.80.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.80.0 for more changes
v43.79.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.79.0 for more changes
v43.78.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.78.0 for more changes
v43.77.9Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.9 for more changes
v43.77.8Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.8 for more changes
v43.77.7Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.7 for more changes
v43.77.6Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.6 for more changes
v43.77.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.4 for more changes
v43.77.3Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.3 for more changes
v43.77.2Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.2 for more changes
v43.77.1Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.1 for more changes
v43.77.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.77.0 for more changes
v43.76.5Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.76.5 for more changes
v43.76.4Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.76.4 for more changes
pytest-dev/pytest-cov (pytest-cov)
v7.1.0Compare 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
#​641 <https://github.com/pytest-dev/pytest-cov/issues/641>_.Improve handling of ResourceWarning from sqlite3.
The plugin adds warning filter for sqlite3
ResourceWarningunclosed 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
ResourceWarningfrom sqlite3 from command line::pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...
Various improvements to documentation.
Contributed by Art Pelling in
#​718 <https://github.com/pytest-dev/pytest-cov/pull/718>_ and"vivodi" in
#​738 <https://github.com/pytest-dev/pytest-cov/pull/738>.Also closed
#​736 <https://github.com/pytest-dev/pytest-cov/issues/736>.Fixed some assertions in tests.
Contributed by in Markéta Machová in
#​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.
This PR was generated by Mend Renovate. View the repository job log.