feat(deps): update uv dependency to version 0.9.21 (#406)
All checks were successful
Snyk / security (push) Successful in 1m53s

Reviewed-on: #406
This commit was merged in pull request #406.
This commit is contained in:
2026-01-04 10:34:31 +00:00
parent bd1bf4a333
commit 6acbf6abae
3 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ WORKDIR /run
RUN mkdir -p /.local && \ RUN mkdir -p /.local && \
chmod -R 777 /.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 pyproject.toml /run/pyproject.toml
COPY uv.lock /run/uv.lock COPY uv.lock /run/uv.lock

View File

@@ -3,5 +3,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
# Alternatively, use an image from a registry
# image: git.tainton.uk/repos/roboluke:latest
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env