Skip to content

Commit c0cdf89

Browse files
committed
build(deps): Pin importlib_metadata < 5 until our dependencies are figured out
1 parent 6afd7b9 commit c0cdf89

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ types-requests = "*"
101101
types-PyYAML = "*"
102102
types-colorama = "*"
103103

104+
### Quirks ###
105+
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
106+
104107
[tool.poetry.extras]
105108
docs = [
106109
"sphinx",

0 commit comments

Comments
 (0)