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 2929 id : setup-uv
3030 with :
3131 # renovate: datasource=pypi dependency=uv
32- version : " 0.9.13 "
32+ version : " 0.9.14 "
3333 - name : Install dependencies
3434 run : uv sync --locked
3535 - name : Run ruff check
Original file line number Diff line number Diff line change 4040 - mdformat-mkdocs==5.0.0
4141
4242- repo : https://github.com/astral-sh/uv-pre-commit
43- rev : 0.9.13
43+ rev : 0.9.14
4444 hooks :
4545 - id : uv-lock
4646
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: AGPL-3.0-or-later
44
55FROM python:3.13.9-alpine3.22 AS build
6- COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /uvx /bin/
6+ COPY --from=ghcr.io/astral-sh/uv:0.9.14 /uv /uvx /bin/
77
88# dependencies for building Python packages
99RUN apk add --no-cache build-base \
You can’t perform that action at this time.
0 commit comments