File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
2727 with :
2828 persist-credentials : false
2929 - name : Install uv
30- uses : astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
30+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
3131 id : setup-uv
3232 with :
3333 # renovate: datasource=pypi dependency=uv
34- version : " 0.9.17 "
34+ version : " 0.9.18 "
3535 - name : Install pre-commit
3636 run : |
3737 uv sync --locked --only-dev
Original file line number Diff line number Diff line change 3131 - id : validate-pyproject
3232
3333 - repo : https://github.com/astral-sh/uv-pre-commit
34- rev : 0.9.17
34+ rev : 0.9.18
3535 hooks :
3636 - id : uv-lock
3737
Original file line number Diff line number Diff line change 11# TODO: update Python version with Renovate somehow
2- FROM ghcr.io/astral-sh/uv:0.9.17 -python3.13-alpine AS dependencies
2+ FROM ghcr.io/astral-sh/uv:0.9.18 -python3.13-alpine AS dependencies
33
4- COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
4+ COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
55
66RUN apk add --no-cache git
77
You can’t perform that action at this time.
0 commit comments