From 501490dfda55a0b862d8b75a5eaf907d48d72236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:38:17 +0000 Subject: [PATCH] build(deps-dev): bump import-linter from 2.12 to 2.13 Bumps [import-linter](https://github.com/seddonym/import-linter) from 2.12 to 2.13. - [Changelog](https://github.com/seddonym/import-linter/blob/main/docs/release_notes.md) - [Commits](https://github.com/seddonym/import-linter/compare/v2.12...v2.13) --- updated-dependencies: - dependency-name: import-linter dependency-version: '2.13' 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 e5143624..6457ef7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ development = [ 'pre-commit==4.6.0', 'ruff==0.15.20', 'hypothesis==6.156.1', - 'import-linter==2.12', + 'import-linter==2.13', ] docs = [ 'sphinx==8.2.3',