From 0c001f9e2941f24c771a0b85ed7fed82ce08296a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:10:58 +0000 Subject: [PATCH] build(deps-dev): bump import-linter from 2.11 to 2.12 Bumps [import-linter](https://github.com/seddonym/import-linter) from 2.11 to 2.12. - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.11...v2.12) --- updated-dependencies: - dependency-name: import-linter dependency-version: '2.12' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1de042731..68c2da440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ development = [ 'pre-commit==4.6.0', 'ruff==0.15.18', 'hypothesis==6.155.7', - 'import-linter==2.11', + 'import-linter==2.12', ] docs = [ 'sphinx==8.2.3',