Skip to content

Commit

Permalink
chore(deps): update dependency poetry to v1.8.5 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 84fb6d9 commit 53d4cdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }}
- name: Install poetry
run: |
pip install poetry>=1.8.4
pip install poetry>=1.8.5
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
Expand All @@ -52,7 +52,7 @@ jobs:
key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }}
- name: Install poetry
run: |
pip install poetry>=1.8.4
pip install poetry>=1.8.5
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
Expand All @@ -77,7 +77,7 @@ jobs:
key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }}
- name: Install poetry
run: |
pip install poetry>=1.8.4
pip install poetry>=1.8.5
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
key: py${{ matrix.python-version }}-${{ matrix.os }}-venv-cache-${{ hashFiles('**/poetry.lock') }}
- name: Install poetry
run: |
pip install poetry>=1.8.4
pip install poetry>=1.8.5
poetry config virtualenvs.in-project true
- name: Install dependencies
run: |
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
key: py3.10-ubuntu-latest-venv-cache-${{ hashFiles('**/poetry.lock') }}
- name: Install poetry
run: |
pip install poetry>=1.8.4
pip install poetry>=1.8.5
poetry config virtualenvs.in-project true
- name: Download wheels and sdist
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
Expand Down

0 comments on commit 53d4cdc

Please sign in to comment.