We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562c695 commit 2604a5aCopy full SHA for 2604a5a
.github/workflows/ci_workflow.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Poetry
26
uses: snok/install-poetry@v1
27
with:
28
- version: 1.1.8
+ version: 1.8.4
29
- name: Install dependencies
30
run: |
31
poetry install
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
- version: 1.1.11
55
56
57
pyproject.toml
@@ -32,7 +32,7 @@ multi_line_output = 3 # Vertical Hanging Indent
32
src_paths = "tap_sumologic"
33
34
[build-system]
35
-requires = ["poetry-core>=1.0.8"]
+requires = ["poetry-core>=1.8.4"]
36
build-backend = "poetry.core.masonry.api"
37
38
[tool.poetry.scripts]
0 commit comments