From 346a0a3fdbced56210efece1c991d72f067969ee Mon Sep 17 00:00:00 2001 From: Pascal Sachs Date: Fri, 10 Jul 2026 16:34:22 +0200 Subject: [PATCH] Update to poetry version 2 --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 16616f4..8d86db2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v4.0.0 with: - poetry-version: 1.7.1 + poetry-version: 2.2.1 - uses: actions/cache@v6.1.0 name: Define a cache for the virtual environment based on the dependencies lock file with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04fe4f6..6c827b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v4.0.0 with: - poetry-version: 1.7.1 + poetry-version: 2.2.1 - uses: actions/cache@v6.1.0 name: Define a cache for the virtual environment based on the dependencies lock file with: