Skip to content

Commit 76d6430

Browse files
Update importlib-metadata requirement from <7 to <9
Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version. - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@0.1...v8.7.1) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 8.7.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0d5487 commit 76d6430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docs = ["Sphinx", "sphinx-rtd-theme"]
2323

2424
[tool.poetry.group.dev.dependencies]
2525
bandit = "^1.7.0"
26-
importlib-metadata = "<7" # Workaround for https://github.com/PyCQA/bandit/issues/951
26+
importlib-metadata = "<9" # Workaround for https://github.com/PyCQA/bandit/issues/951
2727
isort = "^5.7.0"
2828
lxml = "^5.2.2"
2929
mypy = "^1.1"

0 commit comments

Comments
 (0)