Skip to content

Commit

Permalink
fix: dump dunamai to 1.5.5 version
Browse files Browse the repository at this point in the history
Having "*" in pyproject.toml for dunamai leads to installation
of the latest version after running `poetry build`.

And in case of new dunamai release the new version will be installed
which can break everything.

Related issue: python-poetry/poetry#1307
  • Loading branch information
artemrys authored and Artem Rys committed Aug 10, 2021
1 parent 35ce170 commit 6cc76bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ python = "^3.7"
jinja2 = ">=2,<4"
lxml = "^4.3"
wheel = "*"
dunamai = "*"
defusedxml = "^0.7.1"
jsonschema = "^3.2.0"
dunamai = "1.5.5"

[tool.poetry.dev-dependencies]
pytest = "^6.2"
Expand Down

0 comments on commit 6cc76bd

Please sign in to comment.