Skip to content

Commit

Permalink
chore: update poetry version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Oct 18, 2023
1 parent 5f5c8a2 commit 1643925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python package

on: [push]
env:
POETRY_VERSION: 1.2
POETRY_VERSION: 1.5

jobs:
testing:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ pytest-cov = ">=2.8.1"
isort = ">=5.10.1"

[build-system]
requires = ["poetry>=1.2"]
requires = ["poetry>=1.5"]
build-backend = "poetry.masonry.api"

0 comments on commit 1643925

Please sign in to comment.