From 2f120accc1fdd6e5a9cd164abfc93e3f5cfb7fda Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Fri, 20 Feb 2026 10:08:33 -0500 Subject: [PATCH] Upgrade to Pants 2.31.0 --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index 9c62618..5c04bfd 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.29.0" +pants_version = "2.31.0" backend_packages.add = [ "pants.backend.build_files.fmt.black", "pants.backend.python",