Skip to content

Commit

Permalink
Update importlib-metadata requirement from <5 to <7
Browse files Browse the repository at this point in the history
Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst)
- [Commits](python/importlib_metadata@0.1...v6.0.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
1 parent 5c2924e commit f9142d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docs = ["Sphinx", "sphinx-rtd-theme"]
[tool.poetry.dev-dependencies]
bandit = "^1.7.0"
black = "^22.1"
importlib-metadata = "<5" # Workaround for https://github.com/PyCQA/bandit/issues/951
importlib-metadata = "<7" # Workaround for https://github.com/PyCQA/bandit/issues/951
isort = "^5.7.0"
lxml = "^4.7.1"
mypy = "^0.982"
Expand Down

0 comments on commit f9142d0

Please sign in to comment.