Skip to content

Commit

Permalink
⬆️ Update importlib-metadata requirement from ^1.0 to >=1,<4
Browse files Browse the repository at this point in the history
Updates the requirements on [importlib-metadata](http://importlib-metadata.readthedocs.io/) to permit the latest version.

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and art049 committed Dec 6, 2020
1 parent 1f884c4 commit d9a4dfd
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 @@ -38,7 +38,7 @@ include = ["LICENSE", "README.md"]

[tool.poetry.dependencies]
python = ">=3.6,<4.0"
importlib-metadata = { version = "^1.0", python = "<3.8" }
importlib-metadata = { version = ">=1,<4", python = "<3.8" }
typing-extensions = { version = "^3.7.4.3", python = "<3.8" }
pydantic = ">=1.6.0,< 1.8.0"
motor = ">=2.1.0,<2.4.0"
Expand Down

0 comments on commit d9a4dfd

Please sign in to comment.