Skip to content

Commit e38e1a6

Browse files
chore(deps): update uv to v0.5.7 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c216ac commit e38e1a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: setup-uv
2222
with:
2323
# renovate: datasource=pypi dependency=uv
24-
version: "0.5.6"
24+
version: "0.5.7"
2525
enable-cache: false
2626
- name: Print the installed version
2727
run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO: update Python version with Renovate somehow
2-
FROM ghcr.io/astral-sh/uv:0.5.6-python3.12-alpine AS dependencies
2+
FROM ghcr.io/astral-sh/uv:0.5.7-python3.12-alpine AS dependencies
33

44
RUN apk add --no-cache git
55

0 commit comments

Comments
 (0)