Skip to content

Commit 8620eb2

Browse files
committed
Move the importlib pinning to dev deps
1 parent 724672a commit 8620eb2

File tree

2 files changed

+45
-40
lines changed

2 files changed

+45
-40
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ include = ['LICENCE']
3434
[tool.poetry.dependencies]
3535
python = ">=3.7.1, <4.0"
3636
pytest = "^5 | ^6 | ^7"
37-
importlib-metadata = "!=4.2.0"
37+
3838

3939
[tool.poetry.dev-dependencies]
4040
autoflake = "*"
@@ -47,6 +47,7 @@ flake8-debugger = "*"
4747
flake8-eradicate = "*"
4848
flake8-logging-format = "*"
4949
flake8-type-checking = "*"
50+
importlib-metadata = "==4.11.*"
5051
isort = "*"
5152
mkdocstrings = "*"
5253
mkdocs-material = "*"

0 commit comments

Comments
 (0)