⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps astral-sh/setup-uv from 5.1.0 to 5.2.2.
Release notesSourced from astral-sh/setup-uv's releases.
v5.2.2 🌈 Full support for GHES
Changes
This release fixes some issues that prevented use with GitHub Enterprise Server instances.
🐛 Bug fixes
- Do not expect GITHUB_TOKEN to be set or valid
@eifinger(#262)- Fallback if toml file parsing failed
@eifinger(#246)🧰 Maintenance
- chore: update known checksums for 0.5.25 @github-actions[bot] (#259)
- chore: update known checksums for 0.5.24 @github-actions[bot] (#256)
- chore: update known checksums for 0.5.23 @github-actions[bot] (#252)
- chore: update known checksums for 0.5.22 @github-actions[bot] (#250)
- chore: update known checksums for 0.5.21 @github-actions[bot] (#247)
📚 Documentation
- Fix TOC
@eifinger(#257)⬆️ Dependency updates
- Bump
@types/nodefrom 22.10.10 to 22.12.0 @dependabot[bot] (#258)- Bump release-drafter/release-drafter from 6.0.0 to 6.1.0 @dependabot[bot] (#249)
- Bump
@types/nodefrom 22.10.9 to 22.10.10 @dependabot[bot] (#254)- Bump
@types/nodefrom 22.10.7 to 22.10.9 @dependabot[bot] (#253)- Bump
@actions/tool-cachefrom 2.0.1 to 2.0.2 @dependabot[bot] (#244)- Bump
@types/nodefrom 22.10.6 to 22.10.7 @dependabot[bot] (#243)v5.2.0 🌈 Detect required-version from config file
This release adds support to derive the version of uv to be installed from
pyproject.tomlanduv.tomlfiles. If noversioninput is defined the default is now to look for a required-version inuv.tomland thenpyproject.tomlin the repository root. If it cannot find any it falls back tolatest.If your files are at a different place you can use the new inputs
uv-fileorpyproject-file.🐛 Bug fixes
- Add venv/bin as absolute path to PATH
@op(#241)- fix: make sure VIRTUAL_ENV is an absolute path
@samypr100(#224)🚀 Enhancements
- Detect required-version from config file
@eifinger(#233)🧰 Maintenance
- chore: update known checksums for 0.5.20
@github-actions(#238)- chore: update known checksums for 0.5.19
@github-actions(#237)
... (truncated)
Commits4db9619Do not expect GITHUB_TOKEN to be set or valid (#262)2625dd3chore: update known checksums for 0.5.25 (#259)f9e15a1Bump@types/nodefrom 22.10.10 to 22.12.0 (#258)1c21f62Fix TOC (#257)982fbcaBump release-drafter/release-drafter from 6.0.0 to 6.1.0 (#249)35cf708Bump@types/nodefrom 22.10.9 to 22.10.10 (#254)7cf65dechore: update known checksums for 0.5.24 (#256)6ade4fcBump@types/nodefrom 22.10.7 to 22.10.9 (#253)6e6e5a7chore: update known checksums for 0.5.23 (#252)2098017chore: update known checksums for 0.5.22 (#250)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)