Skip to content

Commit 208392b

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.18 (#546)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f0b67f6 commit 208392b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.17
47+
version: 0.9.18
4848
enable-cache: false
4949
- name: detect method
5050
id: detect

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
3030
with:
31-
version: 0.9.17
31+
version: 0.9.18
3232
- name: Compile
3333
env:
3434
CFLAGS: -Wall -Wextra -Wno-unused-parameter -Werror

.github/workflows/setup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python-version: '3.14'
6161
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
6262
with:
63-
version: 0.9.17
63+
version: 0.9.18
6464
- name: build
6565
run: uv build --sdist
6666
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
@@ -83,7 +83,7 @@ jobs:
8383
python-version: '3.14'
8484
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
8585
with:
86-
version: 0.9.17
86+
version: 0.9.18
8787
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8888
with:
8989
path: dist
@@ -111,7 +111,7 @@ jobs:
111111

112112
- uses: astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
113113
with:
114-
version: 0.9.17
114+
version: 0.9.18
115115
- name: Publish package distributions to PyPI
116116
run: uv publish --trusted-publishing always
117117

0 commit comments

Comments
 (0)