Skip to content

Commit 2604a5a

Browse files
committed
updated poetry
1 parent 562c695 commit 2604a5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Poetry
2626
uses: snok/install-poetry@v1
2727
with:
28-
version: 1.1.8
28+
version: 1.8.4
2929
- name: Install dependencies
3030
run: |
3131
poetry install
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install Poetry
5252
uses: snok/install-poetry@v1
5353
with:
54-
version: 1.1.11
54+
version: 1.8.4
5555
- name: Install dependencies
5656
run: |
5757
poetry install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ multi_line_output = 3 # Vertical Hanging Indent
3232
src_paths = "tap_sumologic"
3333

3434
[build-system]
35-
requires = ["poetry-core>=1.0.8"]
35+
requires = ["poetry-core>=1.8.4"]
3636
build-backend = "poetry.core.masonry.api"
3737

3838
[tool.poetry.scripts]

0 commit comments

Comments
 (0)