From dc63b29fcece084e074375ba4a13c08cb59d5b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:25:28 +0000 Subject: [PATCH] Update importlib-metadata requirement from >=1.4 to >=6.7.0 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/v1.4.0...v6.7.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 6.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ebdc44..b62b463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ flake8-logging-format = ">=0.6.0" flake8-print = ">=5.0.0" flake8-pytest-style = ">=1.6.0" flake8-return = ">=1.1.3" -importlib-metadata = {version = ">=1.4", python = "<3.8"} +importlib-metadata = {version = ">=6.7.0", python = "<3.8"} mypy = ">=0.971" nitpick = ">=0.32.0" pep8-naming = ">=0.13.0"