Skip to content

Commit 8bc1e2a

Browse files
authored
chore: update dependencies (#18)
1 parent 07d238f commit 8bc1e2a

File tree

5 files changed

+132
-177
lines changed

5 files changed

+132
-177
lines changed

.github/workflows/basedpywight_type_check.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/black_formatter_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Install poetry
1717
run: pipx install poetry
1818

1919
- name: Set up Python 3.13
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.13'
2323
cache: 'poetry'

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Install poetry
1717
run: pipx install poetry
1818

1919
- name: Set up Python 3.13
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.13'
2323
cache: 'poetry'

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13.5
1+
3.13.7

0 commit comments

Comments
 (0)