From 20bd16c2fc0590410898ab5e89cb60b82364433d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:57:58 +0000 Subject: [PATCH] Update pre-commit hook python-poetry/poetry to v1.8.5 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ccc4a5..8ff204b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/python-poetry/poetry - rev: '1.8.4' + rev: '1.8.5' hooks: - id: poetry-check - id: poetry-lock