Skip to content

Commit 30c7c1b

Browse files
Update dependency importlib-metadata to <7.3
1 parent 590aae0 commit 30c7c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ wheel = "*"
1515
# 2.9.0, < 2.10.0". ref: https://github.com/PyCQA/flake8/pull/1633
1616
# The latest autopep8 specifies "pycodestyle >= 2.10.0". This conflict cannot be resolved. Pin the version to resolve this.
1717
autopep8 = "<=1.7.0"
18-
importlib-metadata = "<7.2"
18+
importlib-metadata = "<7.3"
1919
isort = "*"
2020
more_itertools = "<10.4"
2121
mypy = "<1.16.0"

0 commit comments

Comments
 (0)