Skip to content

Commit cfd0ca6

Browse files
chore: Pin build dependencies for stability (#279)
Closes #179
1 parent d734e4f commit cfd0ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ multi_line_output = 3 # Vertical Hanging Indent
6464
src_paths = "target_postgres"
6565

6666
[build-system]
67-
requires = ["poetry-core>=1.0.8", "poetry-dynamic-versioning"]
67+
requires = ["poetry-core==1.8.1", "poetry-dynamic-versioning==1.2.0"]
6868
build-backend = "poetry_dynamic_versioning.backend"
6969

7070
[tool.poetry.scripts]

0 commit comments

Comments
 (0)