Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
[build-system]
requires = ["poetry-core>=1.8.0", "poetry-dynamic-versioning>=1.9.0,<2.0.0"]
requires = [
"poetry-core>=1.8.0",
"poetry-dynamic-versioning>=1.9.1,<2.0",
# list dependencies to work with PIP_NO_DEPS=1
"MarkupSafe>=2.0",
"dunamai>=1.25,<2.0",
"jinja2>=3.0,<4.0",
"packaging>=24.0",
"tomlkit>=0.13",
]
build-backend = "poetry_dynamic_versioning.backend"

[project]
Expand Down Expand Up @@ -80,7 +89,7 @@ packaging = '*'
tomli = "*" # for tests only

[tool.poetry.requires-plugins]
poetry-dynamic-versioning = { version = ">=1.0.0,<2.0.0", extras = ["plugin"] }
poetry-dynamic-versioning = { version = ">=1.9.1,<2.0.0", extras = ["plugin"] }

[tool.poetry-dynamic-versioning]
bump = true
Expand Down
Loading