aclemons / sbo-bot

MIT License
2 stars 0 forks source link

Update dependency uv to v0.5.3 #805

Closed renovate[bot] closed 2 days ago

renovate[bot] commented 2 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uv (source, changelog) 0.5.2 -> 0.5.3 age adoption passing confidence

Release Notes

astral-sh/uv (uv) ### [`v0.5.3`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#053) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.5.2...0.5.3) This release includes support for conflicting optional dependencies and dependency groups in the uv resolver, including the ability to specify dependency sources (like index assignment) on a per-extra or per-group basis. For example, you can now select CPU-only vs. GPU-enabled PyTorch builds at runtime by defining conflicting extras in a `pyproject.toml`, and assigning different extras to different PyTorch indexes: ```toml [project] name = "project" version = "0.1.0" requires-python = ">=3.12.0" [project.optional-dependencies] ```

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.