Skip to content

Commit

Permalink
Remove the upper bound of dependency on tomli (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Parnassius authored Mar 1, 2022
1 parent e98043b commit f5c67d8
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 @@ -11,7 +11,7 @@ homepage = "https://github.com/nat-n/poethepoet"
[tool.poetry.dependencies]
python = ">=3.6.2"
pastel = "^0.2.1"
tomli = "^1.2.2"
tomli = ">=1.2.2"
poetry = {version = "^1.0", allow-prereleases = true, optional = true}

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f5c67d8

Please sign in to comment.