Skip to content

Commit

Permalink
Try bumping poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Oct 5, 2021
1 parent 1604e07 commit a3a006d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: snok/install-poetry@v1.0.0
uses: snok/install-poetry@v1.2.1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ doc8 = "0.9.0"
toml = ["tomli"]

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.0.7"]
build-backend = "poetry.core.masonry.api"

[tool.black]
Expand Down

0 comments on commit a3a006d

Please sign in to comment.