Skip to content

Commit c129ef8

Browse files
committed
chore: Bump dependencies.
1 parent 3c068e9 commit c129ef8

File tree

4 files changed

+607
-534
lines changed

4 files changed

+607
-534
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.12
2020
- name: Install Poetry

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
matrix:
1515
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Poetry
2727
uses: snok/install-poetry@v1
2828
with:
29-
version: 1.7.1
29+
version: 1.8.3
3030
virtualenvs-create: true
3131
virtualenvs-in-project: true
3232
- name: Run tox test suite

0 commit comments

Comments
 (0)