diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b551815..3ad30a0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: args: ["--fix", "--show-fixes"] - repo: https://github.com/python-poetry/poetry - rev: 2.4.0 + rev: 2.4.1 hooks: - id: poetry-check args: ["--strict"] @@ -53,7 +53,7 @@ repos: additional_dependencies: ["validate-pyproject-schema-store[all]"] - repo: https://github.com/crate-ci/typos - rev: "v1.46.0" + rev: "v1.46.1" hooks: - id: typos args: []