From 9062a4513f67854b5f7078ff425b51c0e544e5f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 16:28:10 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.3.0 --- .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..b31c274 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.0 # 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: