Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
python-version: '3.14'
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
with:
version: 0.10.7
version: 0.10.8
enable-cache: false
- name: detect method
id: detect
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ubuntu:questing-20251217@sha256:4a9232cc47bf99defcc8860ef6222c99773330367fc
ARG TARGETARCH

# renovate: datasource=github-releases depName=astral-sh/uv versioning=pep440
ENV UV_VERSION=0.10.7
ENV UV_VERSION=0.10.8
ENV PYVERSION=3.14
ENV UV_PYTHON_INSTALL_DIR=/opt/python
ENV UV_CACHE_DIR=/tmp/.uv-cache
Expand Down