From 51c1831ff85a969a1b09a85f8a3c0d2a5abf2f7e Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Mon, 5 May 2025 12:06:36 +1000 Subject: [PATCH] Upgrade to Pants 2.26.0 --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index 44b230f..3edccd3 100644 --- a/pants.toml +++ b/pants.toml @@ -2,7 +2,7 @@ # Licensed under the Apache License, Version 2.0 (see LICENSE). [GLOBAL] -pants_version = "2.25.0" +pants_version = "2.26.0" backend_packages.add = [ "pants.backend.build_files.fmt.black", "pants.backend.python",