From 60462c78b600288c8feb9a495748a683909c10f2 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Thu, 21 Mar 2024 18:37:36 -0400 Subject: [PATCH] Update CI poetry version --- .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 fbfb1da..b192e23 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: push: branches: ["devel"] env: - POETRY_VERSION: 1.4.1 + POETRY_VERSION: 1.5.1 jobs: Test: name: Python ${{ matrix.python.version }}