From 6dcfde1fcfbe6fb76519c5395ca3bba0bcc009c9 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:20 +0000 Subject: [PATCH 1/2] Initial plan From c08a248f4c2fd273605cdb67438ed636f2ec4d58 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:58:34 +0000 Subject: [PATCH 2/2] docs: add changelog entry for ruff dependency update Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e90b9f..60c8b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +### Infrastructure + +- Bump ruff dev dependency from `^0.14.14` to `>=0.14.14,<0.16.0` ([ac8a1db], [#50]) + ## [1.4.0] - 2026-02-09 ### Added @@ -153,6 +157,7 @@ and this project adheres to +[ac8a1db]: https://github.com/LeakIX/l9format-python/commit/ac8a1db [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 @@ -236,4 +241,5 @@ and this project adheres to [#24]: https://github.com/LeakIX/l9format-python/issues/24 [#31]: https://github.com/LeakIX/l9format-python/issues/31 [#32]: https://github.com/LeakIX/l9format-python/issues/32 +[#50]: https://github.com/LeakIX/l9format-python/pull/50 [#43]: https://github.com/LeakIX/l9format-python/issues/43