Skip to content

Commit

Permalink
chore: Bump build requirements (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jul 3, 2024
1 parent ab1cbae commit ef73734
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ module = [
]

[build-system]
requires = ["poetry-core==1.8.1", "poetry-dynamic-versioning==1.2.0"]
requires = [
"poetry-core==1.9.0",
"poetry-dynamic-versioning==1.4.0",
]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry.scripts]
Expand Down

0 comments on commit ef73734

Please sign in to comment.