diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 196328f..73ccce6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: check-meltano - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.1 + rev: v0.13.2 hooks: - id: ruff-check args: [--diff] @@ -42,7 +42,7 @@ repos: - types-requests - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.19 + rev: 0.8.22 hooks: - id: uv-lock - id: uv-sync