Skip to content

Commit

Permalink
fix poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlloyd-widen committed Jan 19, 2024
1 parent 04c6f21 commit 37d39d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.2.3
version: 1.3.2
- name: Install dependencies
run: |
poetry env use python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ python_version = "3.9"
warn_unused_configs = true

[build-system]
requires = ["poetry-core>=1.1.13"]
requires = ["poetry-core>=1.3.2"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
Expand Down

0 comments on commit 37d39d4

Please sign in to comment.