Skip to content

Commit a3db0a2

Browse files
committed
ci: bump poetry to 1.7.1 (#83)
1 parent 3bbace2 commit a3db0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Install poetry
36-
run: pipx install poetry==1.6.1
36+
run: pipx install poetry==1.7.1
3737

3838
- name: Set up Python 3.12
3939
uses: actions/setup-python@v5
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v4
7171
- name: Install poetry
72-
run: pipx install poetry==1.6.1
72+
run: pipx install poetry==1.7.1
7373

7474
- name: Set up Python 3.12
7575
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)