Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update astral-sh/setup-uv action to v5.2.1 #932

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v5.1.0 -> v5.2.1

Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v5.2.1: 🌈 Support toml spec 1.0.0

Compare Source

v5.2.0 introduced TOML parsing using @​iarna/toml because we already found out in astral-sh/ruff-action that toml has missing features.

As it turns out @​iarna/toml also is not fully TOML spec (1.0.0) compliant.

We now use smol-toml

🐛 Bug fixes

v5.2.0: 🌈 Detect required-version from config file

Compare Source

This release adds support to derive the version of uv to be installed from pyproject.toml and uv.toml files.
If no version input is defined the default is now to look for a required-version in uv.toml and then pyproject.toml in the repository root. If it cannot find any it falls back to latest.

If your files are at a different place you can use the new inputs uv-file or pyproject-file.

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • 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 enabled auto-merge (squash) January 16, 2025 13:22
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78%. Comparing base (bfd02d7) to head (964f78c).
Report is 2 commits behind head on main.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #932   +/-   ##
===================================
  Coverage    78%    78%           
===================================
  Files        31     31           
  Lines      3665   3665           
===================================
  Hits       2859   2859           
  Misses      806    806           
Flag Coverage Δ
examples 57% <ø> (ø)
tests 77% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/astral-sh-setup-uv-5.x branch from 10d9042 to 964f78c Compare January 16, 2025 16:54
@renovate renovate bot changed the title chore(deps): update astral-sh/setup-uv action to v5.2.0 chore(deps): update astral-sh/setup-uv action to v5.2.1 Jan 16, 2025
@renovate renovate bot merged commit 63c2db4 into main Jan 16, 2025
37 checks passed
@renovate renovate bot deleted the renovate/astral-sh-setup-uv-5.x branch January 16, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant