From b7d70d123b87a0683e60f65522771d2cf03d043b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:38:18 +0000 Subject: [PATCH 1/3] Build(deps-dev): Update isort requirement from ^7.0.0 to >=7,<9 Updates the requirements on [isort](https://github.com/PyCQA/isort) to permit the latest version. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.0 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 3c7ae68..3f58127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ serde = "^0.9.0" [tool.poetry.group.dev.dependencies] black = "^26.1.0" fire = "^0.7.1" -isort = "^7.0.0" +isort = ">=7,<9" mypy = "^1.19.0" pip-audit = "^2.10.0" pytest = "^9.0.2" From 8b272d838b33d00cac61322db950f26d85796aa4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:57:27 +0000 Subject: [PATCH 2/3] Initial plan From 1b2eef066ede3e1b9afbb01b0056c8d6d5411b29 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:59:01 +0000 Subject: [PATCH 3/3] docs: add changelog entry for isort dependency update to >=7,<9 Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3411789..49e7973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to - CI: bump actions/checkout from 4 to 6 ([6c9eecd], [#49]) - Bump ruff dev dependency from `^0.14.14` to `>=0.14.14,<0.16.0` ([ac8a1db], [#50]) +- Bump isort dev dependency from `^7.0.0` to `>=7,<9` to allow isort 8.x + ([4464bfd], [#51]) ## [1.4.0] - 2026-02-09 @@ -160,6 +162,7 @@ and this project adheres to [6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd [ac8a1db]: https://github.com/LeakIX/l9format-python/commit/ac8a1db +[4464bfd]: https://github.com/LeakIX/l9format-python/commit/4464bfd [ac4744e]: https://github.com/LeakIX/l9format-python/commit/ac4744e [d554f1e]: https://github.com/LeakIX/l9format-python/commit/d554f1e [7f49ff5]: https://github.com/LeakIX/l9format-python/commit/7f49ff5 @@ -246,3 +249,4 @@ and this project adheres to [#49]: https://github.com/LeakIX/l9format-python/pull/49 [#50]: https://github.com/LeakIX/l9format-python/pull/50 [#43]: https://github.com/LeakIX/l9format-python/issues/43 +[#51]: https://github.com/LeakIX/l9format-python/pull/51