diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31dbcf8..53f11f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: # args: ["--keep-percent-format"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.13 hooks: # Run the linter. - id: ruff @@ -29,14 +29,14 @@ repos: - id: ruff-format - repo: https://github.com/python-poetry/poetry - rev: '2.2.1' + rev: '2.3.0' hooks: - id: poetry-check - id: poetry-lock - id: poetry-install - repo: https://github.com/python-poetry/poetry-plugin-export - rev: '1.9.0' + rev: '1.10.0' hooks: - id: poetry-export args: [ "-f", "requirements.txt", "--output", "requirements.txt", "--without-hashes", "--with=dev" ]