Skip to content

Commit

Permalink
chore: Pin build dependencies for stability (#279)
Browse files Browse the repository at this point in the history
Closes #179
  • Loading branch information
edgarrmondragon authored Jan 23, 2024
1 parent d734e4f commit cfd0ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ multi_line_output = 3 # Vertical Hanging Indent
src_paths = "target_postgres"

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

[tool.poetry.scripts]
Expand Down

0 comments on commit cfd0ca6

Please sign in to comment.