From 5446400493771e42c463cdcaeeb8fb3989a76461 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:58:01 +0000 Subject: [PATCH 1/2] Initial plan From 7c76b7714a49fc1de44662b7fd454b39c36b5f54 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:59:30 +0000 Subject: [PATCH 2/2] docs: add changelog entry for astral-sh/setup-uv bump from 6 to 7 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 57bc309..d4f4ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to - Migrate from Poetry to uv: update `pyproject.toml` to PEP 621 format with `hatchling` build backend, replace `poetry run` with `uv run` in Makefile, and switch CI to `astral-sh/setup-uv` ([5f4fc51], [#56]) +- CI: bump astral-sh/setup-uv from 6 to 7 ([961f9ee], [#58]) ## [1.4.0] - 2026-02-09 @@ -164,6 +165,7 @@ and this project adheres to [6c9eecd]: https://github.com/LeakIX/l9format-python/commit/6c9eecd +[961f9ee]: https://github.com/LeakIX/l9format-python/commit/961f9ee [5f4fc51]: https://github.com/LeakIX/l9format-python/commit/5f4fc51 [ac8a1db]: https://github.com/LeakIX/l9format-python/commit/ac8a1db [4464bfd]: https://github.com/LeakIX/l9format-python/commit/4464bfd @@ -254,4 +256,5 @@ and this project adheres to [#50]: https://github.com/LeakIX/l9format-python/pull/50 [#51]: https://github.com/LeakIX/l9format-python/pull/51 [#56]: https://github.com/LeakIX/l9format-python/pull/56 +[#58]: https://github.com/LeakIX/l9format-python/pull/58 [#43]: https://github.com/LeakIX/l9format-python/issues/43