Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2026

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
astral-sh/ruff-pre-commit repository patch v0.14.11v0.14.13 age adoption passing confidence
astral-sh/uv-pre-commit repository patch 0.9.240.9.26 age adoption passing confidence
ghcr.io/astral-sh/uv final patch 0.9.240.9.26 age adoption passing confidence
prek (source, changelog) dependency-groups patch ==0.2.27==0.2.29 age adoption passing confidence
ruff (source, changelog) dependency-groups patch ==0.14.11==0.14.13 age adoption passing confidence
uv (source, changelog) patch 0.9.240.9.26 age adoption passing confidence
lockFileMaintenance All locks refreshed

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

Compare Source

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

v0.14.12

Compare Source

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

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

v0.9.26

Compare Source

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

v0.9.25

Compare Source

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

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.9.26

Compare Source

Released on 2026-01-15.

Python
  • Add CPython 3.15.0a5
Enhancements
  • Add a hint to update uv when a managed Python download is not found (#​17461)
  • Improve cache initialization failure error message (#​17469)
  • Improve error message for abi3 wheels on free-threaded Python (#​17442)
  • Add support for --no-sources-package (#​14910)
Preview features
  • Add METADATA.json and WHEEL.json in uv build backend (#​15510)
  • Add support for GCS request signing (#​17474)
  • Adjust the process ulimit to the maximum allowed on startup (#​17464)
Bug fixes
  • Lock to avoid concurrent refresh of pyx tokens (#​17479)
Documentation
  • Add linting and formatting instructions to the CONTRIBUTING guide (#​17470)
  • Avoid rendering pyproject.toml examples for more system-level settings (#​17462)

v0.9.25

Compare Source

Released on 2026-01-13.

Python
  • Add CPython 3.15.0a4
  • Upgrade Tcl/Tk used by CPython to 9.0
Enhancements
  • Add --compile-bytecode to uv python install and uv python upgrade to compile the standard library (#​17088)
  • Allow disabling exclude-newer per package (#​16854)
  • Broadcast WM_SETTINGCHANGE on uv tool update-shell (#​17404)
Preview features
  • Detect workspace from uv run target (#​17423)
Bug fixes
  • Avoid unwrapping size for file responses (#​17434)
  • Use keyring authentication when retrieving tool@latest version (#​17448)
  • Use latest Pyodide version for each python version (#​17372)
  • Improve trampoline file handle closing (#​17374)
  • Fix error message when installing musl python on armv7 (#​17213)
j178/prek (prek)

v0.2.29

Compare Source

Released on 2026-01-16.

Highlights

files / exclude now support globs (including glob lists), making config filters much easier to read and maintain than heavily-escaped regex.

Before (regex):

files: "^(src/.*\\.rs$|crates/[^/]+/src/.*\\.rs$)"

After (glob list):

files:
  glob:
    - src/**/*.rs
    - crates/**/src/**/*.rs
Enhancements
  • Add check-json5 as builtin hooks (#​1367)
  • Add glob list support for file patterns (files and exclude) (#​1197)
Bug fixes
  • Fix missing commit hash from version info (#​1352)
  • Remove git env vars from uv pip install subprocess (#​1355)
  • Set TERM=dumb under PTY to prevent capability-probe hangs (#​1363)
Documentation
  • Add home-assistant/core to the users of prek (#​1350)
  • Document builtin hooks (#​1370)
  • Explain project configuration scope (#​1373)
Contributors

v0.2.28

Compare Source

Released on 2026-01-13.

Enhancements
  • Avoid running git diff for skipped hooks (#​1335)
  • More accurate command line length limit calculation (#​1348)
  • Raise platform command line length upper limit (#​1347)
  • Use /bin/sh in generated git hook scripts (#​1333)
Bug fixes
  • Avoid rewriting if config is up-to-date (#​1346)
Documentation
  • Add ty to the users of prek (#​1342)
  • Add ruff to the users of prek (#​1334)
  • Complete configuration document (#​1338)
  • Document UV environment variable inheritance in prek (#​1339)
Contributors
astral-sh/ruff (ruff)

v0.14.13

Released on 2026-01-15.

This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.

v0.14.12

Released on 2026-01-15.

Preview features
  • [flake8-blind-except] Allow more logging methods (BLE001) (#​22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#​22515)
Bug fixes
  • Fix configuration path in --show-settings (#​22478)
  • Respect fmt: skip for multiple statements on the same logical line (#​22119)
Rule changes
  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#​22519)
  • [isort] Insert imports in alphabetical order (I002) (#​22493)
Documentation
  • Add llms.txt support for documentation (#​22463)
  • Use prek in documentation and CI (#​22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#​22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#​22558)
  • [ruff] document RUF100 trailing comment fix behavior (#​22479)
Other changes
  • wasm: Require explicit logging initialization (#​22587)
Contributors

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 added the dependencies Pull requests that update a dependency file label Jan 17, 2026
@codecov
Copy link

codecov bot commented Jan 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.70%. Comparing base (9577b53) to head (a50643c).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #905   +/-   ##
=======================================
  Coverage   68.70%   68.70%           
=======================================
  Files          45       45           
  Lines         620      620           
=======================================
  Hits          426      426           
  Misses        194      194           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ulgens ulgens merged commit 3183cf7 into main Jan 17, 2026
4 checks passed
@ulgens ulgens deleted the renovate/python-dependencies branch January 17, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant