File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
id : setup-uv
30
30
with :
31
31
# renovate: datasource=pypi dependency=uv
32
- version : " 0.8.0 "
32
+ version : " 0.8.2 "
33
33
- name : Install dependencies
34
34
run : uv sync --locked
35
35
- name : Run ruff check
Original file line number Diff line number Diff line change 40
40
- mdformat-mkdocs==4.3.0
41
41
42
42
- repo : https://github.com/astral-sh/uv-pre-commit
43
- rev : 0.8.0
43
+ rev : 0.8.1
44
44
hooks :
45
45
- id : uv-lock
46
46
Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: AGPL-3.0-or-later
4
4
5
5
FROM python:3.13.5-alpine3.22 AS build
6
- COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /uvx /bin/
6
+ COPY --from=ghcr.io/astral-sh/uv:0.8.2 /uv /uvx /bin/
7
7
8
8
# dependencies for building Python packages
9
9
RUN apk add --no-cache build-base \
You can’t perform that action at this time.
0 commit comments