Skip to content

Commit 62af1c2

Browse files
chore(deps): update all non-major dependencies to v0.9.21 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1821b71 commit 62af1c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install uv
1515
uses: astral-sh/setup-uv@v7
1616
with:
17-
version: "0.9.18"
17+
version: "0.9.21"
1818
- name: Setup Python
1919
uses: actions/setup-python@v6
2020
with:

.github/workflows/publish-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install uv
2020
uses: astral-sh/setup-uv@v7
2121
with:
22-
version: "0.9.18"
22+
version: "0.9.21"
2323
- name: Setup Python
2424
uses: actions/setup-python@v6
2525
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update \
2323
p7zip-full \
2424
&& rm -rf /var/lib/apt/lists/*
2525

26-
COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
26+
COPY --from=ghcr.io/astral-sh/uv:0.9.21 /uv /uvx /bin/
2727

2828
WORKDIR /app
2929

0 commit comments

Comments
 (0)