From 29839feb1c47798bd360e1040b93e12a790aef5b Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Tue, 12 May 2026 21:29:08 +0200 Subject: [PATCH] fix(ci): bump Poetry version to 2.4.1 to match plugin dependency Signed-off-by: Jimisola Laursen --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3740004..83abcde 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Install and configure Poetry uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1 with: - version: 2.3.2 + version: 2.4.1 virtualenvs-create: true - name: Install poetry-dynamic-versioning run: poetry self add "poetry-dynamic-versioning[plugin]"