Skip to content

Commit

Permalink
ci(poetry): 1.4.0 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 27, 2023
1 parent baab606 commit af8cafc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 69 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.4.0"
run: pipx install "poetry==1.5.0"

- 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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install poetry
run: pipx install "poetry==1.4.0"
run: pipx install "poetry==1.5.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.4.0"
run: pipx install "poetry==1.5.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.4.0
poetry 1.5.0
python 3.11.0 3.10.7 3.9.13
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ _Maintenance only, no bug fixes or features_
This change replaces black, isort, flake8 and flake8 plugins.

- libvcs: 0.21.1 -> 0.21.2 (addition of ruff)
- poetry: 1.4.0 -> 1.5.0

See also: https://github.com/python-poetry/poetry/releases/tag/1.5.0

[ruff]: https://ruff.rs

Expand Down
Loading

0 comments on commit af8cafc

Please sign in to comment.