Skip to content

Commit 6e1fe3e

Browse files
build(deps): update uv
1 parent 68cdbf9 commit 6e1fe3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
- uses: actions/[email protected]
2626
with:
2727
persist-credentials: false
28-
- uses: astral-sh/[email protected].1
28+
- uses: astral-sh/[email protected].3
2929
id: setup-uv
3030
with:
3131
# renovate: datasource=pypi dependency=uv
32-
version: "0.8.0"
32+
version: "0.8.10"
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.10
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.10 /uv /uvx /bin/
77

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

0 commit comments

Comments
 (0)