From ebc7b1d05054f63a75db3bf18d44e8764f1d5a95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:10:22 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.3.2 --- .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..160b2af 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.3.2 # 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: