From b685df753c66017a8d0b5faf5047f4f5bc25d912 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 09:24:56 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.4.3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5a594e..723613c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -152,7 +152,7 @@ jobs: git config user.email 41898282+github-actions[bot]@users.noreply.github.com - name: Install Poetry env: - poetry_version: 2.2.1 # renovate: datasource=github-tags depName=poetry packageName=python-poetry/poetry + poetry_version: 2.4.3 # renovate: datasource=github-tags depName=poetry packageName=python-poetry/poetry run: pipx install poetry==$poetry_version - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 with: