From efb26f140696a675ad01c8d3588e2cd4984ca21e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 19:23:25 +0000 Subject: [PATCH] Update abatilo/actions-poetry action to v2.4.0 --- .github/workflows/pypi_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi_publish.yml b/.github/workflows/pypi_publish.yml index b7b0a0b..bf2279d 100644 --- a/.github/workflows/pypi_publish.yml +++ b/.github/workflows/pypi_publish.yml @@ -22,7 +22,7 @@ jobs: with: python-version: '3.9' - name: Install dependencies - uses: abatilo/actions-poetry@v2.1.3 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.1.13 - name: Set up Poetry env