From 16c4a60127c69dc26eff61925b1913c532b37c44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:34:44 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.1.3 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d7c8a89..af08166d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Install dependencies run: | @@ -52,7 +52,7 @@ jobs: key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Install dependencies run: | @@ -77,7 +77,7 @@ jobs: key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Install dependencies run: | @@ -112,7 +112,7 @@ jobs: key: py${{ matrix.python-version }}-${{ matrix.os }}-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Install dependencies run: | @@ -145,7 +145,7 @@ jobs: key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }} - name: Install poetry run: | - pip install poetry>=2.1.2 + pip install poetry>=2.1.3 poetry config virtualenvs.in-project true - name: Download wheels and sdist uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4