Skip to content

Commit 150d212

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.20 (#1605)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f78e324 commit 150d212

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python-version: '3.14'
4545
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
4646
with:
47-
version: 0.9.18
47+
version: 0.9.20
4848
enable-cache: false
4949
- name: detect method
5050
id: detect

.github/workflows/uv-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
save-cache: ${{ github.ref == 'refs/heads/main' }}
5656
cache-suffix: ${{ steps.setup_python.outputs.python-version }}
5757

58-
version: 0.9.18
58+
version: 0.9.20
5959
- name: Install apt dependencies
6060
run: |
6161
if [ -f ./ci/apt-install ] ; then

.github/workflows/yarn-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
enable-cache: false
5555

56-
version: 0.9.18
56+
version: 0.9.20
5757
- name: Set up Python
5858
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5959
with:

0 commit comments

Comments
 (0)