File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.11.0 "
32+ version : " 0.11.3 "
3333 - name : Install dependencies
3434 # docs dependencies required to type check scripts in docs/
3535 run : uv sync --locked --group docs
7373 id : setup-uv
7474 with :
7575 # renovate: datasource=pypi dependency=uv
76- version : " 0.11.0 "
76+ version : " 0.11.3 "
7777 - name : Install dependencies
7878 run : uv sync --locked --no-dev
7979 - name : Configure environment file
@@ -214,7 +214,7 @@ jobs:
214214 id : setup-uv
215215 with :
216216 # renovate: datasource=pypi dependency=uv
217- version : " 0.11.0 "
217+ version : " 0.11.3 "
218218 - name : Install dependencies
219219 run : |
220220 uv sync --locked --no-dev --group docs
Original file line number Diff line number Diff line change 3434 - id : validate-pyproject
3535
3636- repo : https://github.com/astral-sh/uv-pre-commit
37- rev : 0.11.0
37+ rev : 0.11.2
3838 hooks :
3939 - id : uv-lock
4040
Original file line number Diff line number Diff line change 44
55FROM python:3.13.12-alpine3.22 AS build
66
7- COPY --from=ghcr.io/astral-sh/uv:0.11.0 /uv /uvx /bin/
7+ COPY --from=ghcr.io/astral-sh/uv:0.11.3 /uv /uvx /bin/
88
99# dependencies for building Python packages
1010RUN apk add --no-cache build-base \
You can’t perform that action at this time.
0 commit comments