feat(deps): update uv dependency to version 0.9.21
All checks were successful
Validate PR Title / validate (pull_request) Successful in 1s
CI / ci (pull_request) Successful in 2m6s

This commit is contained in:
2026-01-04 10:27:02 +00:00
parent bd1bf4a333
commit 66f1e828ed

View File

@@ -9,7 +9,7 @@ WORKDIR /run
RUN mkdir -p /.local && \
chmod -R 777 /.local && \
pip install -U pip uv==0.5.14
pip install -U pip uv==0.9.21
COPY pyproject.toml /run/pyproject.toml
COPY uv.lock /run/uv.lock