From 0b8314421972cd8ca99c63b64acdc7e2d35f3ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:37:56 +0000 Subject: [PATCH 1/3] Build(deps-dev): Update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.14...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.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 a6810f2..3c7ae68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ isort = "^7.0.0" mypy = "^1.19.0" pip-audit = "^2.10.0" pytest = "^9.0.2" -ruff = "^0.14.14" +ruff = ">=0.14.14,<0.16.0" [build-system] requires = ["poetry-core>=1.0.0"] From fcbfe724f136551fae385d2f7ef0c56e2ade3233 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 2/3] Initial plan From 79389655528cd2652b64e69042a8696ccbcbb2d0 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 3/3] docs: add changelog entry for ruff dependency update Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com> --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dae078..3411789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to ### Infrastructure - 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]) ## [1.4.0] - 2026-02-09 @@ -158,6 +159,7 @@ and this project adheres to [6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd +[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 @@ -242,4 +244,5 @@ and this project adheres to [#31]: https://github.com/LeakIX/l9format-python/issues/31 [#32]: https://github.com/LeakIX/l9format-python/issues/32 [#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