Skip to content

Commit 438c3d7

Browse files
committed
bump app version, update poetry version
1 parent 83ec7b8 commit 438c3d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/python-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
poetry-version:
1010
required: false
1111
description: Poetry version
12-
default: "1.3.2"
12+
default: "1.8.2"
1313

1414
runs:
1515
using: composite

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "poetry.core.masonry.api"
3-
requires = ["poetry-core>=1.0.0"]
3+
requires = ["poetry-core>=1.8.0"]
44

55
[tool.isort]
66
known_local_folder = ["program_admin"]
@@ -9,7 +9,7 @@ known_local_folder = ["program_admin"]
99
authors = ["Thomaz <[email protected]>"]
1010
description = "Syncs products and publishers of the Pyth program"
1111
name = "program-admin"
12-
version = "0.1.2"
12+
version = "0.1.3"
1313

1414
[tool.poetry.dependencies]
1515
click = "^8.1.0"

0 commit comments

Comments
 (0)