From 2cbc2813680956a1b6443c4e90884558282f1ca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 13:15:38 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.3.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..9b94f4e 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.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: