Skip to content

Commit 480b47d

Browse files
build(deps): update uv
1 parent 3b389ba commit 480b47d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.8.0"
32+
version: "0.8.2"
3333
- name: Install dependencies
3434
run: uv sync --locked
3535
- name: Run ruff check

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- mdformat-mkdocs==4.3.0
4141

4242
- repo: https://github.com/astral-sh/uv-pre-commit
43-
rev: 0.8.0
43+
rev: 0.8.1
4444
hooks:
4545
- id: uv-lock
4646

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

55
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/
77

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

0 commit comments

Comments
 (0)