Skip to content

Commit

Permalink
⬆️ deps: bump poetry to 1.2.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored Aug 31, 2022
1 parent 6f45f88 commit d189b5f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:

- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.2.0rc2

- uses: actions/cache@v3
id: poetry-cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-and-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.2.0rc2

- name: Install just
uses: extractions/setup-just@v1
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.2.0rc2

- name: Install just
uses: extractions/setup-just@v1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ pythonVersion = "3.9"
typeCheckingMode = "strict"

[build-system]
requires = ["poetry_core>=1.1.0rc2"]
requires = ["poetry_core>=1.1.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit d189b5f

Please sign in to comment.