Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: setup-uv
with:
# renovate: datasource=pypi dependency=uv
version: "0.4.30"
version: "0.5.1"
enable-cache: false
- name: Print the installed version
run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO: update Python version with Renovate somehow
FROM ghcr.io/astral-sh/uv:0.4.30-python3.12-alpine AS dependencies
FROM ghcr.io/astral-sh/uv:0.5.1-python3.12-alpine AS dependencies

RUN apk add --no-cache git

Expand Down