8000 build(deps): Pin importlib_metadata < 5 until our dependencies are fi… · vcs-python/libvcs@e1eb1ad · GitHub
[go: up one dir, main page]

Skip to content

Commit e1eb1ad

Browse files
committed
build(deps): Pin importlib_metadata < 5 until our dependencies are figured out
1 parent 9d78265 commit e1eb1ad

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

poetry.lock

Lines changed: 6 additions & 6 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
@@ -98,6 +98,9 @@ flake8-comprehensions = "*"
9898
mypy = "*"
9999
types-docutils = "*"
100100

101+
### Quirks ###
102+
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
103+
101104
[tool.poetry.extras]
102105
docs = [
103106
"gp-libs",

0 commit comments

Comments
 (0)
0