From 5d1b3feb027815117727d06ff59d000bae5ca9b0 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 1/2] Initial plan From 6bfee854ced7bdc3ad9eb72089ca57986a470cac 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 2/2] docs: add changelog entry for isort dependency update to >=7,<9 Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e90b9f..d8d791d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to ## [Unreleased] +### Infrastructure + +- Bump isort dev dependency from `^7.0.0` to `>=7,<9` to allow isort 8.x + ([4464bfd], [#51]) + ## [1.4.0] - 2026-02-09 ### Added @@ -153,6 +158,7 @@ and this project adheres to +[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 @@ -237,3 +243,4 @@ and this project adheres to [#31]: https://github.com/LeakIX/l9format-python/issues/31 [#32]: https://github.com/LeakIX/l9format-python/issues/32 [#43]: https://github.com/LeakIX/l9format-python/issues/43 +[#51]: https://github.com/LeakIX/l9format-python/pull/51