Skip to content

Commit 77e3c69

Browse files
chore(deps): update dependency importlib_metadata to v5 (#700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dcb799e commit 77e3c69

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 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
@@ -26,7 +26,7 @@ colorama = {version = "^0.4.3", markers = "sys_platform == 'win32'"}
2626
shellingham = "^1.3.2"
2727
black = "*"
2828
isort = "^5.0.5"
29-
importlib_metadata = {version = ">2,<5", python = "<3.8"}
29+
importlib_metadata = {version = ">2,<6", python = "<3.8"}
3030
pydantic = "^1.6.1"
3131
attrs = ">=21.3.0"
3232
python-dateutil = "^2.8.1"

0 commit comments

Comments
 (0)