Skip to content

Commit dbebcbf

Browse files
chore(deps): update all non-major dependencies
1 parent 85532ee commit dbebcbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.24"
17+
version: "0.9.26"
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.24"
22+
version: "0.9.26"
2323
- name: Setup Python
2424
uses: actions/setup-python@v6
2525
with:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.20-labs # TODO remove when ADD --exclude is stable
1+
# syntax=docker/dockerfile:1.21-labs # TODO remove when ADD --exclude is stable
22
# Ideas from https://docs.astral.sh/uv/guides/integration/docker/
33
# and https://hynek.me/articles/docker-uv/
44

@@ -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.24 /uv /uvx /bin/
26+
COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /uvx /bin/
2727

2828
WORKDIR /app
2929

0 commit comments

Comments
 (0)