diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 334da6e..8513d88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: # ruff - linting + formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.7.1" + rev: "v0.7.4" hooks: - id: ruff name: ruff diff --git a/Dockerfile b/Dockerfile index 7f9194a..91af7ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH" FROM python-base AS builder-base -COPY --from=ghcr.io/astral-sh/uv:0.4.27 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.5.2 /uv /bin/uv WORKDIR $WORKDIR_PATH