From c1f6e7c2726b24dd1ef23a6b65d28ec7ad2d849e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 21:02:35 +0000 Subject: [PATCH] chore(deps): update pre-commit hook poetry to v2.4.3 --- .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 7f6c5a4e..157d8868 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -173,7 +173,7 @@ repos: entry: bash -c 'set -e; for toml in "$@"; do pushd ./${toml%pyproject.toml}; poetry check; popd; done' -- language: python additional_dependencies: - - poetry==2.4.2 + - poetry==2.4.3 pass_filenames: true files: 'pyproject\.toml$' - id: pyproject-no-unpinned-git-deps