From 74d76a878ac6d7bd93251d0fa047b024c9f77e6c Mon Sep 17 00:00:00 2001 From: Diogo Matos Chaves Date: Sun, 21 Jan 2024 19:23:29 -0300 Subject: [PATCH] Update poetry version --- .github/workflows/build_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_ci.yml b/.github/workflows/build_ci.yml index 67b0519..0637ca0 100644 --- a/.github/workflows/build_ci.yml +++ b/.github/workflows/build_ci.yml @@ -18,9 +18,9 @@ jobs: with: python-version: 3.8 - name: Install and configure Poetry - uses: snok/install-poetry@v1.1.2 + uses: snok/install-poetry@v1.3.3 with: - version: 1.1.5 + version: 1.7.1 virtualenvs-create: false - name: Install dependencies run: |