Skip to content

Commit ef73734

Browse files
chore: Bump build requirements (#456)
1 parent ab1cbae commit ef73734

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ module = [
7171
]
7272

7373
[build-system]
74-
requires = ["poetry-core==1.8.1", "poetry-dynamic-versioning==1.2.0"]
74+
requires = [
75+
"poetry-core==1.9.0",
76+
"poetry-dynamic-versioning==1.4.0",
77+
]
7578
build-backend = "poetry_dynamic_versioning.backend"
7679

7780
[tool.poetry.scripts]

0 commit comments

Comments
 (0)