Skip to content

Commit

Permalink
ci,.tool-versions(poetry): 1.6.x -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 4, 2023
1 parent f39ec1b commit 1bee358
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install poetry
if: env.PUBLISH == 'true'
run: pipx install "poetry==1.6.1"
run: pipx install "poetry==1.7.0"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install poetry
run: pipx install 'poetry==1.6.1'
run: pipx install 'poetry==1.7.0'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install poetry
run: pipx install "poetry==1.6.1"
run: pipx install "poetry==1.7.0"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
poetry 1.6.1
poetry 1.7.0
python 3.12.0 3.11.5 3.10.13 3.9.18 3.8.18 3.7.17

0 comments on commit 1bee358

Please sign in to comment.