From 1527dd20b91eb94c13989b9dd3fa9bce18d55b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:51:05 +0000 Subject: [PATCH] Bump import-linter from 2.0 to 2.1 (#4226) Bumps [import-linter](https://github.com/seddonym/import-linter) from 2.0 to 2.1. - [Changelog](https://github.com/seddonym/import-linter/blob/master/CHANGELOG.rst) - [Commits](https://github.com/seddonym/import-linter/compare/v2.0...v2.1) --- updated-dependencies: - dependency-name: import-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f8e44f7ff..97124a5813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dynamic = ["readme", "version"] test = [ "behave==1.2.6", "coverage[toml]", - "import-linter==2.0", + "import-linter==2.1", "ipylab>=1.0.0", "ipython~=8.10", "jupyterlab_server>=2.11.1",