Skip to content

Commit ef79c90

Browse files
authored
Bump dependencies (#307)
1 parent 01e03b8 commit ef79c90

File tree

4 files changed

+563
-605
lines changed

4 files changed

+563
-605
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- uses: actions/setup-python@v4
1212
with:
1313
python-version: "3.11"
14-
- uses: abatilo/actions-poetry@v2.0.0
14+
- uses: abatilo/actions-poetry@v2
1515
with:
16-
poetry-version: 1.2.2
16+
poetry-version: 1.5.1
1717
- name: Upload to pypi
1818
run: |
1919
poetry build

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
- uses: abatilo/actions-poetry@v2.0.0
22+
- uses: abatilo/actions-poetry@v2
2323
with:
24-
poetry-version: 1.2.2
24+
poetry-version: 1.5.1
2525
- uses: actions/cache@v3
2626
with:
2727
path: |
28-
~/.cache/pypoetry/virtualenvs
28+
~/.cache/pypoetry
2929
key: ${{ runner.os }}-${{ matrix.python-version }}-poetry-${{ hashFiles('**/poetry.lock') }}
3030

3131
- run: brew install automake

0 commit comments

Comments
 (0)