Skip to content

Commit cb31ca6

Browse files
chore(deps): update dependency astral-sh/uv to v0.9.15 (#535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 168541f commit cb31ca6

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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
4646
with:
47-
version: 0.9.14
47+
version: 0.9.15
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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
3030
with:
31-
version: 0.9.14
31+
version: 0.9.15
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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
6262
with:
63-
version: 0.9.14
63+
version: 0.9.15
6464
- name: build
6565
run: uv build --sdist
6666
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
@@ -83,7 +83,7 @@ jobs:
8383
python-version: '3.14'
8484
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
8585
with:
86-
version: 0.9.14
86+
version: 0.9.15
8787
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
8888
with:
8989
path: dist
@@ -111,7 +111,7 @@ jobs:
111111

112112
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
113113
with:
114-
version: 0.9.14
114+
version: 0.9.15
115115
- name: Publish package distributions to PyPI
116116
run: uv publish --trusted-publishing always
117117

0 commit comments

Comments
 (0)