From 7104d2e88b1ef1f42be8a6a426b4bffe4138ca0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:14:25 +0000 Subject: [PATCH] chore(deps-dev): update import-linter requirement from >=2.0 to >=2.12 Updates the requirements on [import-linter](https://github.com/seddonym/import-linter) to permit the latest version. - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.0...v2.12) --- updated-dependencies: - dependency-name: import-linter dependency-version: '2.12' 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 c6e9ce1..c26067e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,7 @@ dev = [ "pytest>=9.0.3", "pytest-asyncio>=1.3.0", "ruff>=0.15.11", - "import-linter>=2.0", + "import-linter>=2.12", "mypy>=1.13", ]