Skip to content

Commit

Permalink
ci,deps(poetry): 1.8.1 -> 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 1, 2024
1 parent 9a46d9d commit a34e4ad
Show file tree
Hide file tree
Showing 4 changed files with 10 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.8.1"
run: pipx install "poetry==1.8.2"

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

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

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

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

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
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.8.1
poetry 1.8.2
python 3.12.2 3.11.6 3.10.13 3.9.18 3.8.18 3.7.17
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ $ pip install --user --upgrade --pre libtmux

<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->

### Development

- poetry: 1.8.1 -> 1.8.2

See also: https://github.com/python-poetry/poetry/blob/1.8.2/CHANGELOG.md

## libtmux 0.36.0 (2024-03-24)

_Maintenance only, no bug fixes or new features_
Expand Down

0 comments on commit a34e4ad

Please sign in to comment.