Skip to content

Commit

Permalink
Fixed build dependency version (#16)
Browse files Browse the repository at this point in the history
These versions should be the same. Unfortunately, there is no better way
to guarantee than with poetry. Also, build dependency should be
constrained as we might be making breaking changes.
  • Loading branch information
delta003 authored Sep 18, 2023
1 parent ae93904 commit 6777d4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core", "ziggy-pydust"]
requires = ["poetry-core", "ziggy-pydust==0.5.*"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
Expand All @@ -21,8 +21,8 @@ script = "build.py"
python = "^3.11"

[tool.poetry.group.dev.dependencies]
ziggy-pydust = "0.5.*"
pytest = "^7.4.0"
ziggy-pydust = "^0.6.0"
ruff = "^0.0.290"
black = "^23.7.0"

Expand Down

0 comments on commit 6777d4b

Please sign in to comment.