Skip to content

Commit 781039c

Browse files
committed
Bump uv to 0.6.5, regenerate lock file.
1 parent 73e5b94 commit 781039c

File tree

3 files changed

+236
-234
lines changed

3 files changed

+236
-234
lines changed

Diff for: .github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: astral-sh/setup-uv@v5
4040
with:
41-
version: "0.5.26"
41+
version: "0.6.5"
4242
enable-cache: true
4343
cache-dependency-glob: "uv.lock"
4444

@@ -157,7 +157,7 @@ jobs:
157157

158158
- uses: astral-sh/setup-uv@v5
159159
with:
160-
version: "0.5.26"
160+
version: "0.6.5"
161161
enable-cache: true
162162
cache-dependency-glob: "uv.lock"
163163

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY --from=webui-builder locust/webui/dist locust/webui/dist
2929

3030
# Build the Python project
3131
ENV UV_PROJECT_ENVIRONMENT="/opt/venv"
32-
ADD https://astral.sh/uv/0.5.26/install.sh /uv-installer.sh
32+
ADD https://astral.sh/uv/0.6.5/install.sh /uv-installer.sh
3333
RUN sh /uv-installer.sh && rm /uv-installer.sh
3434
ENV PATH="/root/.local/bin/:$PATH"
3535
RUN uv build && \

0 commit comments

Comments
 (0)