Skip to content

Commit 4819026

Browse files
authored
fix: update poetry build backend (#631)
1 parent f444787 commit 4819026

File tree

3 files changed

+37
-38
lines changed

3 files changed

+37
-38
lines changed

.poetry-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0b3
1+
1.2.2

poetry.lock

Lines changed: 35 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ source = ['./src']
103103
exclude_lines = ['pragma: no-cover', 'if TYPE_CHECKING:', '@abstractmethod']
104104

105105
[build-system]
106-
requires = ['poetry-core>=1.1.0b3']
106+
requires = ['poetry-core>=1.3.2']
107107
build-backend = 'poetry.core.masonry.api'

0 commit comments

Comments
 (0)