Skip to content

Commit 4a0a8a4

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.1 (#127)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/uv](https://redirect.github.com/astral-sh/uv) | uses-with | patch | `0.9.0` -> `0.9.1` | --- ### Release Notes <details> <summary>astral-sh/uv (astral-sh/uv)</summary> ### [`v0.9.1`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#091) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.9.0...0.9.1) Released on 2025-10-09. ##### Enhancements - Log Python choice in `uv init` ([#&#8203;16182](https://redirect.github.com/astral-sh/uv/pull/16182)) - Fix `pylock.toml` config conflict error messages ([#&#8203;16211](https://redirect.github.com/astral-sh/uv/pull/16211)) ##### Configuration - Add `UV_UPLOAD_HTTP_TIMEOUT` and respect `UV_HTTP_TIMEOUT` in uploads ([#&#8203;16040](https://redirect.github.com/astral-sh/uv/pull/16040)) - Support `UV_WORKING_DIRECTORY` for setting `--directory` ([#&#8203;16125](https://redirect.github.com/astral-sh/uv/pull/16125)) ##### Bug fixes - Allow missing `Scripts` directory ([#&#8203;16206](https://redirect.github.com/astral-sh/uv/pull/16206)) - Fix handling of Python requests with pre-releases in ranges ([#&#8203;16208](https://redirect.github.com/astral-sh/uv/pull/16208)) - Preserve comments on version bump ([#&#8203;16141](https://redirect.github.com/astral-sh/uv/pull/16141)) - Retry all HTTP/2 errors ([#&#8203;16038](https://redirect.github.com/astral-sh/uv/pull/16038)) - Treat deleted Windows registry keys as equivalent to missing ones ([#&#8203;16194](https://redirect.github.com/astral-sh/uv/pull/16194)) - Ignore pre-release Python versions when a patch version is requested ([#&#8203;16210](https://redirect.github.com/astral-sh/uv/pull/16210)) ##### Documentation - Document why uv discards upper bounds on `requires-python` ([#&#8203;15927](https://redirect.github.com/astral-sh/uv/pull/15927)) - Document uv version environment variables were added in ([#&#8203;15196](https://redirect.github.com/astral-sh/uv/pull/15196)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/graph-sitter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 233454f commit 4a0a8a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
enable-cache: true
1616
prune-cache: false
1717
python-version: ${{ inputs.python-version }}
18-
version: '0.9.0'
18+
version: '0.9.1'
1919
cache-suffix: ${{inputs.python-version}}
2020

2121
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
enable-cache: false
5959
prune-cache: false
6060
python-version: 3.${{ matrix.python }}
61-
version: "0.9.0"
61+
version: "0.9.1"
6262
cache-suffix: 3.${{ matrix.python }}
6363

6464
- name: Fetch tags

0 commit comments

Comments
 (0)