chore(deps): update all dependencies#393
Merged
renovate[bot] merged 2 commits intomainfrom Jan 6, 2026
Merged
Conversation
ansibuddy
approved these changes
Dec 15, 2025
ansibuddy
approved these changes
Dec 15, 2025
ansibuddy
approved these changes
Dec 15, 2025
190c772 to
d2584b9
Compare
ansibuddy
approved these changes
Dec 15, 2025
d2584b9 to
7e08e42
Compare
ansibuddy
approved these changes
Dec 18, 2025
7e08e42 to
58cc904
Compare
ansibuddy
approved these changes
Dec 27, 2025
258bd56 to
93dff63
Compare
ansibuddy
approved these changes
Dec 28, 2025
93dff63 to
a856340
Compare
ansibuddy
approved these changes
Dec 29, 2025
a856340 to
0457196
Compare
ansibuddy
approved these changes
Dec 29, 2025
ansibuddy
approved these changes
Dec 30, 2025
ansibuddy
approved these changes
Dec 30, 2025
ansibuddy
approved these changes
Dec 31, 2025
ansibuddy
approved these changes
Dec 31, 2025
ansibuddy
approved these changes
Jan 1, 2026
ansibuddy
approved these changes
Jan 1, 2026
ansibuddy
approved these changes
Jan 2, 2026
ansibuddy
approved these changes
Jan 2, 2026
ansibuddy
approved these changes
Jan 4, 2026
ansibuddy
approved these changes
Jan 6, 2026
ansibuddy
approved these changes
Jan 6, 2026
ansibuddy
approved these changes
Jan 6, 2026
ansibuddy
approved these changes
Jan 6, 2026
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:
v6→v7v4→v5v6→v7v5→v6v25.12.0→v25.12.2v0.14.8→v0.14.100.9.16→0.9.210.9.22v2.3.8→v2.3.11v0.7.3→v0.7.14v5.5.1→v5.5.247f89e9→0fa95f07.13.0→7.13.14.5.0→4.5.1Note: 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
SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)
v7Compare Source
actions/cache (actions/cache)
v5Compare Source
actions/download-artifact (actions/download-artifact)
v7Compare Source
actions/upload-artifact (actions/upload-artifact)
v6Compare Source
ansible/ansible-lint (ansible/ansible-lint)
v25.12.2Compare Source
Fixes
Maintenance
v25.12.1Compare Source
Features
Fixes
Maintenance
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.14.10Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.10
v0.14.9Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.14.9
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.9.21Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.9.21
v0.9.20Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.9.20
v0.9.19Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.9.19
v0.9.18Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.9.18
v0.9.17Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.9.17
biomejs/pre-commit (biomejs/pre-commit)
v2.3.11Compare Source
v2.3.10Compare Source
v2.3.9Compare Source
tombi-toml/tombi-pre-commit (tombi-toml/tombi-pre-commit)
v0.7.14Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.14
v0.7.13Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.13
v0.7.12Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.12
v0.7.11Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.11
v0.7.10Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.10
v0.7.9Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.9
v0.7.8Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.8
v0.7.7Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.7
v0.7.6Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.6
v0.7.5Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.5
v0.7.4Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.4
codecov/codecov-action (codecov/codecov-action)
v5.5.2Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2
coveragepy/coveragepy (coverage)
v7.13.1Compare Source
Added: the JSON report now includes a
"start_line"key for function andclass regions, indicating the first line of the region in the source. Closes
issue 2110_.Added: The
debug datacommand now takes file names as arguments on thecommand line, so you can inspect specific data files without needing to set
the
COVERAGE_FILEenvironment variable.Fix: the JSON report used to report module docstrings as executed lines,
which no other report did, as described in
issue 2105_. This is now fixed,thanks to Jianrong Zhao.
Fix: coverage.py uses a more disciplined approach to detecting where
third-party code is installed, and avoids measuring it. This shouldn't change
any behavior. If you find that it does, please get in touch.
Performance: data files that will be combined now record their hash as part
of the file name. This lets us skip duplicate data more quickly, speeding the
combining step.
Docs: added a section explaining more about what is considered a missing
branch and how it is reported: :ref:
branch_explain, as requested inissue 1597. Thanks toAyisha Mohammed <pull 2092_>.Tests: the test suite misunderstood what core was being tested if
COVERAGE_COREwasn't set on 3.14+. This is now fixed, closingissue 2109_... _issue 1597: #1597
.. _pull 2092: #2092
.. _issue 2105: #2105
.. _issue 2109: #2109
.. _issue 2110: #2110
.. _changes_7-13-0:
pre-commit/pre-commit (pre-commit)
v4.5.1Compare Source
==================
Fixes
language: pythonwithrepo: localwithoutadditional_dependencies.Configuration
📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC.
🚦 Automerge: Enabled.
♻ 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.