From 56fb7941228bd51532a95872461ff4bd22757174 Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Fri, 27 Feb 2026 11:39:15 -0500 Subject: [PATCH 1/2] update taplo version --- docs/notes/2.32.x.md | 4 ++++ src/python/pants/backend/tools/taplo/subsystem.py | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/notes/2.32.x.md b/docs/notes/2.32.x.md index 07d0ec956df..f32f698b608 100644 --- a/docs/notes/2.32.x.md +++ b/docs/notes/2.32.x.md @@ -162,6 +162,10 @@ The `runtime_package_dependencies` of `python_test` now traverse generic `target #### Go +#### Taplo + +The default version of [Taplo TOML formatter](https://taplo.tamasfe.dev/) has been updated to [0.10.0](https://github.com/tamasfe/taplo/releases/tag/0.10.0). + ### Plugin API changes PyO3, the interface crate between Rust and Python, has been upgraded to v0.28.3. diff --git a/src/python/pants/backend/tools/taplo/subsystem.py b/src/python/pants/backend/tools/taplo/subsystem.py index 9769415a181..f1aeb8dab9e 100644 --- a/src/python/pants/backend/tools/taplo/subsystem.py +++ b/src/python/pants/backend/tools/taplo/subsystem.py @@ -16,8 +16,12 @@ class Taplo(TemplatedExternalTool): options_scope = "taplo" name = "Taplo" - default_version = "0.9.3" + default_version = "0.10.0" default_known_versions = [ + "0.10.0|linux_arm64 |033681d01eec8376c3fd38fa3703c79316f5e14bb013d859943b60a07bccdcc3|4631779", + "0.10.0|linux_x86_64|8fe196b894ccf9072f98d4e1013a180306e17d244830b03986ee5e8eabeb6156|5116068", + "0.10.0|macos_arm64 |713734314c3e71894b9e77513c5349835eefbd52908445a0d73b0c7dc469347d|4616415", + "0.10.0|macos_x86_64|898122cde3a0b1cd1cbc2d52d3624f23338218c91b5ddb71518236a4c2c10ef2|4921954", "0.9.3|linux_arm64 |7c07379d3288fb5c26b1c29bbedec4f8d8f602d776bcc3a1578176733b6a857c|4393144", "0.9.3|linux_x86_64|889efcfa067b179fda488427d3b13ce2d679537da8b9ed8138ba415db7da2a5e|4477376", "0.9.3|macos_arm64 |39b84d62d6a47855b2c64148cde9c9ca5721bf422b8c9fe9c92776860badde5f|4039644", From aa274b59d9e48fd7b92765714a01258400d50f06 Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Mon, 27 Apr 2026 12:27:05 -0400 Subject: [PATCH 2/2] move notes for release --- docs/notes/2.32.x.md | 4 ---- docs/notes/2.33.x.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/notes/2.32.x.md b/docs/notes/2.32.x.md index f32f698b608..07d0ec956df 100644 --- a/docs/notes/2.32.x.md +++ b/docs/notes/2.32.x.md @@ -162,10 +162,6 @@ The `runtime_package_dependencies` of `python_test` now traverse generic `target #### Go -#### Taplo - -The default version of [Taplo TOML formatter](https://taplo.tamasfe.dev/) has been updated to [0.10.0](https://github.com/tamasfe/taplo/releases/tag/0.10.0). - ### Plugin API changes PyO3, the interface crate between Rust and Python, has been upgraded to v0.28.3. diff --git a/docs/notes/2.33.x.md b/docs/notes/2.33.x.md index 41cfa6f58e7..c0d9b43a738 100644 --- a/docs/notes/2.33.x.md +++ b/docs/notes/2.33.x.md @@ -40,6 +40,10 @@ The Python Build Standalone backend ([pants.backend.python.providers.experimenta #### Go +#### Taplo + +The default version of [Taplo TOML formatter](https://taplo.tamasfe.dev/) has been updated to [0.10.0](https://github.com/tamasfe/taplo/releases/tag/0.10.0). + ### Plugin API changes ## Full Changelog