diff --git a/docs/notes/2.32.x.md b/docs/notes/2.32.x.md index b78e55cfc20..8f2d3893a05 100644 --- a/docs/notes/2.32.x.md +++ b/docs/notes/2.32.x.md @@ -96,6 +96,10 @@ The default version of the [Ruff](https://docs.astral.sh/ruff/) tool has been up #### 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 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",