Skip to content

Commit

Permalink
Update Poetry to 1.7 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl authored Jan 25, 2024
1 parent 2cd6866 commit 9b4ee95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- '3.9'
- '3.10'
poetry-version:
- '1.5.1'
- '1.7.1'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -44,7 +44,7 @@ jobs:
- '3.9'
- '3.10'
poetry-version:
- '1.5.1'
- '1.7.1'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ marge = "marge.__main__:run"
"marge.app" = "marge.__main__:run"

[build-system]
requires = ["poetry-core>=1.5.0"]
requires = ["poetry-core>=1.7.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 9b4ee95

Please sign in to comment.