Skip to content

Commit

Permalink
fix: relax importlib_metadata version pin [#162]
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Dec 7, 2022
1 parent f136a7e commit 49b4f02
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 @@ -18,7 +18,7 @@ python = "^3.7.0"
click = "^8.0.0"
black = "^22.1.0"
toml = "^0.10.2"
importlib_metadata = "^1.7.0"
importlib_metadata = {version = ">=1.7.0", python = "3.7"}

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

0 comments on commit 49b4f02

Please sign in to comment.