Skip to content

Commit

Permalink
py,ci(deps): poetry 1.7.1 -> 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 2, 2024
1 parent c0a084b commit aeefd52
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -36,7 +36,7 @@ jobs:

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

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

- name: Install poetry
run: pipx install 'poetry==1.7.1'
run: pipx install 'poetry==1.8.1'

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

- name: Install poetry
run: pipx install "poetry==1.7.1"
run: pipx install "poetry==1.8.1"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
@@ -1,2 +1,2 @@
poetry 1.7.1
poetry 1.8.1
python 3.12.2 3.11.6 3.10.13 3.9.18 3.8.18 3.7.17
3 changes: 3 additions & 0 deletions CHANGES
Expand Up @@ -10,6 +10,9 @@ _Maintenance release only, no bug fixes or new features_

### Development

- poetry: 1.7.1 -> 1.8.1

See also: https://github.com/python-poetry/poetry/blob/1.8.1/CHANGELOG.md
- ruff 0.2.2 -> 0.3.0 (#416)

Related formattings. Update CI to use `ruff check .` instead of `ruff .`.
Expand Down

0 comments on commit aeefd52

Please sign in to comment.