Skip to content

chore(deps): update all dependencies#543

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all
Nov 10, 2025
Merged

chore(deps): update all dependencies#543
renovate[bot] merged 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
ansible-core 2.20.0rc3 -> 2.20.0 age confidence dependency-groups patch
ansible-core 2.20.0rc3 -> 2.20.0 age confidence project.dependencies patch
astral-sh/ruff-pre-commit v0.14.3 -> v0.14.4 age confidence repository patch
astral-sh/uv-pre-commit 0.9.7 -> 0.9.8 age confidence repository patch
biomejs/pre-commit v2.3.2 -> v2.3.4 age confidence repository patch
coverage 7.11.0 -> 7.11.1 age confidence dependency-groups patch 7.11.3 (+1)
jsh9/pydoclint 0.7.6 -> 0.8.1 age confidence repository minor
tombi-toml/tombi-pre-commit v0.6.39 -> v0.6.41 age confidence repository patch v0.6.42
All locks refreshed lockFileMaintenance
uv (source, changelog) 0.9.7 -> 0.9.8 age confidence dependency-groups 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

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.4

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.9.8

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.8

biomejs/pre-commit (biomejs/pre-commit)

v2.3.4

Compare Source

v2.3.3

Compare Source

coveragepy/coveragepy (coverage)

v7.11.1

Compare Source

  • Fix: some chanages to details of how the measurement core is chosen, and how
    conflicting settings are handled. The "sysmon" core cannot be used with some
    conurrency settings, with dynamic context, and in Python 3.12/3.13, with
    branch measurement.

    • If the core is not specified and defaults to "sysmon" (Python 3.14+), but
      other settings conflict with sysmon, then the "ctrace" core will be used
      instead with no warning. For concurrency conflicts, this used to produce an
      error, as described in issue 2064_.

    • If the "sysmon" core is explicitly requested in your configuration, but
      other settings conflict, an error is now raised. This used to produce a
      warning.

  • Fix: some multi-line case clauses or for loops (and probably other
    constructs) could cause incorrect claims of missing branches with the
    sys.monitoring core, as described in issue 2070_. This is now fixed.

  • Fix: when running in pytest under coverage, a breakpoint() would stop in
    the wrong frame, one level down from where it should, as described in issue 1420_. This was due to a coverage change in v6.4.1 that seemed to give a
    slight performance improvement, but I couldn't reproduce the performance
    gain, so it's been reverted, fixing the debugger problem.

  • A new debug option --debug=core shows which core is in use and why.

  • Split sqlite debugging information out of the sys :ref:coverage debug <cmd_debug> and :ref:cmd_run_debug options since it's bulky and not
    very useful.

  • Updated the :ref:howitworks page to better describe the three different
    measurement cores.

.. _issue 1420: #​1420
.. _issue 2064: #​2064
.. _issue 2070: #​2070

.. _changes_7-11-0:

jsh9/pydoclint (jsh9/pydoclint)

v0.8.1

Compare Source

  • Changed
    • The logic to detect docstring style mismatches, fixing a false positive
      case where non-Sphinx style docstrings are detected as Sphinx style
      (because there are some rST keywords in them)
  • Full diff

v0.8.0

Compare Source

  • Changed
    • The logic to detect docstring style mismatches, fixing a false positive
      case where non-Sphinx style docstrings are detected as Sphinx style
      (because there are some rST keywords in them)
  • Full diff
tombi-toml/tombi-pre-commit (tombi-toml/tombi-pre-commit)

v0.6.41

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.41

v0.6.40

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.40

astral-sh/uv (uv)

v0.9.8

Compare Source

Released on 2025-11-07.

Enhancements
  • Accept multiple packages in uv export (#​16603)
  • Accept multiple packages in uv sync (#​16543)
  • Add a uv cache size command (#​16032)
  • Add prerelease guidance for build-system resolution failures (#​16550)
  • Allow Python requests to include +gil to require a GIL-enabled interpreter (#​16537)
  • Avoid pluralizing 'retry' for single value (#​16535)
  • Enable first-class dependency exclusions (#​16528)
  • Fix inclusive constraints on available package versions in resolver errors (#​16629)
  • Improve uv init error for invalid directory names (#​16554)
  • Show help on uv build -h (#​16632)
  • Include the Python variant suffix in "Using Python ..." messages (#​16536)
  • Log most recently modified file for cache-keys (#​16338)
  • Update Docker builds to use nightly Rust toolchain with musl v1.2.5 (#​16584)
Configuration
  • Expose UV_NO_GROUP as an environment variable (#​16529)
  • Add UV_NO_SOURCES as an environment variable (#​15883)
Bug fixes
  • Allow --check and --locked to be used together in uv lock (#​16538)
  • Allow for unnormalized names in the METADATA file (#​16547) (#​16548)
  • Fix missing value_type for default-groups in schema (#​16575)
  • Respect multi-GPU outputs in nvidia-smi (#​15460)
  • Fix DNS lookup errors in Docker containers (#​8450)
Documentation
  • Fix typo in uv tool list doc (#​16625)
  • Note uv pip list name normalization in docs (#​13210)
Other changes
  • Update Rust toolchain to 1.91 and MSRV to 1.89 (#​16531)

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.


  • 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 added the chore label Nov 10, 2025
@renovate renovate bot requested a review from a team as a code owner November 10, 2025 00:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 10, 2025
@renovate renovate bot enabled auto-merge (squash) November 10, 2025 00:38
@renovate renovate bot added chore dependencies Pull requests that update a dependency file labels Nov 10, 2025
@github-actions github-actions bot added chore and removed chore labels Nov 10, 2025
@renovate renovate bot merged commit 4900c15 into main Nov 10, 2025
24 checks passed
@renovate renovate bot deleted the renovate/all branch November 10, 2025 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant