From 3bbebd9acb51d7fc2ece8069e2986489c7df9e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 11:16:39 +0000 Subject: [PATCH] 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. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d5aa69..8c64fac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ docs = ["Sphinx", "sphinx-rtd-theme"] [tool.poetry.group.dev.dependencies] bandit = "^1.7.0" -importlib-metadata = "<7" # Workaround for https://github.com/PyCQA/bandit/issues/951 +importlib-metadata = "<9" # Workaround for https://github.com/PyCQA/bandit/issues/951 isort = "^5.7.0" lxml = "^5.2.2" mypy = "^1.1"