From e04be13f3cc3a32cc347aef0c317a65b0d800fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:06:54 +0000 Subject: [PATCH] deps: update import-linter requirement from >=2.1 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.1...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 b2bd3d9..898c8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "hypothesis>=6.155.7", "ruff>=0.15.17", "mypy>=2.1.0", - "import-linter>=2.1", + "import-linter>=2.12", "pip-audit>=2.7", "testcontainers[postgres]>=4.14.2", "httpx>=0.28.1",