Skip to content

Commit 1643925

Browse files
committed
chore: update poetry version to 1.5
1 parent 5f5c8a2 commit 1643925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python package
22

33
on: [push]
44
env:
5-
POETRY_VERSION: 1.2
5+
POETRY_VERSION: 1.5
66

77
jobs:
88
testing:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ pytest-cov = ">=2.8.1"
4444
isort = ">=5.10.1"
4545

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

0 commit comments

Comments
 (0)