Skip to content

Commit

Permalink
Update poetry-core and poetry-dynamic-versioning versions used to build
Browse files Browse the repository at this point in the history
We also update backend to use when building library, following the instructions
for the last version of poetry-dynamic-versioning.
  • Loading branch information
nhuet authored and g-poveda committed Mar 7, 2023
1 parent eae86af commit c8c7446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ profile = "black"
all = true

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools>=49.2.1", "poetry-dynamic-versioning>=0.13.0"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.5.0", "setuptools>=49.2.1", "poetry-dynamic-versioning>=0.21.0"]
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit c8c7446

Please sign in to comment.