Skip to content

Commit

Permalink
Merge pull request #214 from ninoseki/update-poetry
Browse files Browse the repository at this point in the history
chore: update poetry
  • Loading branch information
ninoseki authored Feb 28, 2024
2 parents c910ac7 + 352852e commit 6e0ca68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
python-version: [3.11]
poetry-version: [1.7.1]
poetry-version: [1.8.1]
steps:
- uses: actions/checkout@v4
- name: Setup poetry
Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
python-version: [3.11]
poetry-version: [1.7.1]
poetry-version: [1.8.1]
steps:
- uses: actions/checkout@v4
- name: Setup poetry
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
description = ""
authors = ["Manabu Niseki <[email protected]>"]
license = "MIT"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.7.1
poetry==1.8.1

0 comments on commit 6e0ca68

Please sign in to comment.