Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b7a175

Browse files
build(deps): update uv to v0.11.0 (#1990)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e693e2d commit 6b7a175

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: setup-uv
3030
with:
3131
# renovate: datasource=pypi dependency=uv
32-
version: "0.10.11"
32+
version: "0.11.0"
3333
- name: Install dependencies
3434
# docs dependencies required to type check scripts in docs/
3535
run: uv sync --locked --group docs
@@ -73,7 +73,7 @@ jobs:
7373
id: setup-uv
7474
with:
7575
# renovate: datasource=pypi dependency=uv
76-
version: "0.10.11"
76+
version: "0.11.0"
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.10.11"
217+
version: "0.11.0"
218218
- name: Install dependencies
219219
run: |
220220
uv sync --locked --no-dev --group docs

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
- id: validate-pyproject
3535

3636
- repo: https://github.com/astral-sh/uv-pre-commit
37-
rev: 0.10.11
37+
rev: 0.11.0
3838
hooks:
3939
- id: uv-lock
4040

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM python:3.13.12-alpine3.22 AS build
66

7-
COPY --from=ghcr.io/astral-sh/uv:0.10.11 /uv /uvx /bin/
7+
COPY --from=ghcr.io/astral-sh/uv:0.11.0 /uv /uvx /bin/
88

99
# dependencies for building Python packages
1010
RUN apk add --no-cache build-base \

0 commit comments

Comments
 (0)