We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ec7b8 commit 438c3d7Copy full SHA for 438c3d7
.github/actions/python-poetry/action.yml
@@ -9,7 +9,7 @@ inputs:
9
poetry-version:
10
required: false
11
description: Poetry version
12
- default: "1.3.2"
+ default: "1.8.2"
13
14
runs:
15
using: composite
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
build-backend = "poetry.core.masonry.api"
3
-requires = ["poetry-core>=1.0.0"]
+requires = ["poetry-core>=1.8.0"]
4
5
[tool.isort]
6
known_local_folder = ["program_admin"]
@@ -9,7 +9,7 @@ known_local_folder = ["program_admin"]
authors = ["Thomaz <[email protected]>"]
description = "Syncs products and publishers of the Pyth program"
name = "program-admin"
-version = "0.1.2"
+version = "0.1.3"
[tool.poetry.dependencies]
click = "^8.1.0"
0 commit comments