Skip to content

Commit 91db3d2

Browse files
renovate[bot]renovate-botdbanty
authored
chore(deps): Allow importlib_metadata 3.* and 4.* (#482)
* chore(deps): update dependency importlib_metadata to v4 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Dylan Anthony <[email protected]>
1 parent b54a4fa commit 91db3d2

File tree

2 files changed

+76
-49
lines changed

2 files changed

+76
-49
lines changed

poetry.lock

Lines changed: 75 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ shellingham = "^1.3.2"
2727
black = "*"
2828
isort = "^5.0.5"
2929
pyyaml = "^5.3.1"
30-
importlib_metadata = {version = "^2.0.0", python = "<3.8"}
30+
importlib_metadata = {version = ">2,<5", python = "<3.8"}
3131
pydantic = "^1.6.1"
3232
attrs = "^21.0.0"
3333
python-dateutil = "^2.8.1"

0 commit comments

Comments
 (0)