Skip to content

Commit 30bd3d1

Browse files
committed
build(deps): Pin importlib_metadata < 5 until our dependencies are figured out
See also: python/importlib_metadata#406 (comment)
1 parent 9984c75 commit 30bd3d1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ sphinx-copybutton = "*"
6666
sphinxext-rediraffe = "*"
6767
myst_parser = "*"
6868
docutils = "*"
69+
importlib-metadata = "<5" # https://github.com/PyCQA/flake8/issues/1701
6970

7071
### Testing ###
7172
pytest = "*"

0 commit comments

Comments
 (0)