From ccb79d67ed1371890e1b5cde7fc461a143ec5138 Mon Sep 17 00:00:00 2001 From: SJ Date: Wed, 29 May 2024 09:33:32 -0400 Subject: [PATCH] Upgrade to Pants 2.21.0 (#137) --- pants.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pants.toml b/pants.toml index f5b38ae..2c95ae7 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.20.0" +pants_version = "2.21.0" backend_packages.add = [ "pants.backend.build_files.fmt.black", "pants.backend.python",