diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bebb4d2..c0ddcda 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,13 +56,13 @@ repos: name: Validate pre-commit CI config - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.7 + rev: 0.10.8 hooks: - id: uv-lock name: Check that the lock file is up-to-date - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.5 hooks: - id: ruff-check name: Lint Python code diff --git a/pyproject.toml b/pyproject.toml index a6a5299..cba4fb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [] [dependency-groups] dev = [ - "poethepoet>=0.41.0", + "poethepoet>=0.42.1", "pre-commit>=4.5.1", ] test = [