Bump astral-sh/setup-uv from 6.3.1 to 6.4.3
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(10 months ago)
(10 months ago)
(10 months ago)
by Bibo-Joshi
⚙️ dependencies 🔗 github-actions
Bumps astral-sh/setup-uv from 6.3.1 to 6.4.3.
Release notes
Sourced from astral-sh/setup-uv's releases.
v6.4.3 🌈 fix relative paths starting with dots
🐛 Bug fixes
- fix relative paths starting with dots
@eifinger(#500)v6.4.2 🌈 Interpret relative inputs as under working-directory
Changes
This release will interpret relative paths in inputs as relative to the value of
working-directory(default is${{ github.workspace }}) . This means the following configuration- uses: astral-sh/setup-uv@v6 with: working-directory: /my/path cache-dependency-glob: uv.lockwill look for the
cache-dependency-globunder/my/path/uv.lock🐛 Bug fixes
- interpret relative inputs as under working-directory
@eifinger(#498)🧰 Maintenance
- chore: update known versions for 0.8.1/0.8.2 @github-actions[bot] (#497)
- chore: update known versions for 0.8.0 @github-actions[bot] (#491)
v6.4.1 🌈 Hotfix: Ignore deps starting with uv when finding uv version
Changes
Thank you
@phpmypythonfor raising a PR to fix this issue!🐛 Bug fixes
- Ignore deps starting with uv when finding uv version
@eifinger(#492)v6.4.0 🌈 Add input
version-fileChanges
You can now use the
version-fileinput to specify a file that contains the version of uv to install. This can either be apyproject.tomloruv.tomlfile which defines arequired-versionor uv defined as a dependency inpyproject.tomlorrequirements.txt.- name: Install uv based on the version defined in requirements.txt uses: astral-sh/setup-uv@v6 with: version-file: "requirements.txt" </tr></table>
... (truncated)
Commits
e92bafbfix relative paths starting with dots (#500)2c7142finterpret relative inputs as under working-directory (#498)23482a3chore: update known versions for 0.8.1/0.8.2 (#497)4ac06a0chore: update known versions for 0.8.0 (#491)7edac99Ignore deps starting with uv when finding uv version (#492)05273c1chore: update known versions for 0.7.22 (#488)de545d4Bump dependencies (#487)b75ff7dAdd input version-file (#486)c893ac1chore: update known versions for 0.7.21 (#483)a905f00chore: update known versions for 0.7.20 (#480)- 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)
Pull Request Statistics
5
2
+6
-1
Package Dependencies
Technical Details
| ID: | 4469232 |
| UUID: | 2714533276 |
| Node ID: | PR_kwDOAk533c6hzH2c |
| Host: | GitHub |
| Repository: | python-telegram-bot/python-telegram-bot |
| Merge State: | Unknown |