Skip to content

Commit

Permalink
Bump dependencies (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Jul 27, 2023
1 parent 01e03b8 commit ef79c90
Show file tree
Hide file tree
Showing 4 changed files with 563 additions and 605 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: abatilo/actions-poetry@v2.0.0
- uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.2
poetry-version: 1.5.1
- name: Upload to pypi
run: |
poetry build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.0.0
- uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.2.2
poetry-version: 1.5.1
- uses: actions/cache@v3
with:
path: |
~/.cache/pypoetry/virtualenvs
~/.cache/pypoetry
key: ${{ runner.os }}-${{ matrix.python-version }}-poetry-${{ hashFiles('**/poetry.lock') }}

- run: brew install automake
Expand Down
Loading

0 comments on commit ef79c90

Please sign in to comment.