diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d41e7592..2a840e99 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -23,7 +23,7 @@ jobs: - name: Install Python Poetry uses: abatilo/actions-poetry@v2.1.0 with: - poetry-version: 1.4.2 + poetry-version: 1.7.1 - name: Configure poetry shell: bash run: poetry config virtualenvs.in-project true @@ -63,7 +63,7 @@ jobs: - name: Install Python Poetry uses: abatilo/actions-poetry@v2.1.0 with: - poetry-version: 1.4.2 + poetry-version: 1.7.1 - name: Configure poetry shell: bash run: poetry config virtualenvs.in-project true @@ -93,7 +93,7 @@ jobs: - name: Install Python Poetry uses: abatilo/actions-poetry@v2.1.0 with: - poetry-version: 1.4.2 + poetry-version: 1.7.1 - name: Configure poetry shell: bash run: poetry config virtualenvs.in-project true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 24153d61..7a99e808 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: - uses: Gr1N/setup-poetry@v8 with: - poetry-version: "1.2.2" + poetry-version: "1.7.1" - run: poetry install --all-extras - run: mkdir -p docs-build