diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a408a82..c5da43e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,12 +50,12 @@ repos: - id: gitleaks - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.9 hooks: - id: actionlint - repo: https://github.com/editorconfig-checker/editorconfig-checker - rev: v3.4.1 + rev: v3.5.0 hooks: - id: editorconfig-checker @@ -95,7 +95,7 @@ repos: - id: taplo-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.10 + rev: 0.9.11 hooks: - id: uv-lock diff --git a/Dockerfile b/Dockerfile index 7df55a0..027c65e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # hadolint global ignore=DL3008 -FROM ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a382b1f4b18355df5be270ade679ff1d AS uv +FROM ghcr.io/astral-sh/uv:0.9.11@sha256:5aa820129de0a600924f166aec9cb51613b15b68f1dcd2a02f31a500d2ede568 AS uv ## # base