diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6515391..df1d756 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.0 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -95,7 +95,7 @@ repos: - id: taplo-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.28 + rev: 0.10.0 hooks: - id: uv-lock diff --git a/Dockerfile b/Dockerfile index 4c9b1ef..67f79d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # hadolint global ignore=DL3008 -FROM ghcr.io/astral-sh/uv:0.9.30@sha256:538e0b39736e7feae937a65983e49d2ab75e1559d35041f9878b7b7e51de91e4 AS uv +FROM ghcr.io/astral-sh/uv:0.10.0@sha256:78a7ff97cd27b7124a5f3c2aefe146170793c56a1e03321dd31a289f6d82a04f AS uv ## # base