From 0af5e4cf04af84b6a2c855fe00c6dfe48ee0a4ae Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 3 Feb 2026 00:22:40 +0000 Subject: [PATCH] [stubsabot] Bump braintree to 4.42.* Release: https://pypi.org/pypi/braintree/4.42.0 Homepage: https://developer.paypal.com/braintree/docs/reference/overview Repository: https://github.com/braintree/braintree_python Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/braintree Diff: https://github.com/braintree/braintree_python/compare/4.41.0...4.42.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 7 files included in typeshed's stubs have been modified or renamed: `braintree/braintree_gateway.py`, `braintree/configuration.py`, `braintree/transaction.py`, `braintree/transaction_amounts.py`, `braintree/util/http.py`, `braintree/version.py`, `braintree/visa_checkout_card.py`. - Total lines of Python code added: 227. - Total lines of Python code deleted: 139. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/braintree/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/braintree/METADATA.toml b/stubs/braintree/METADATA.toml index 43d34d36b451..b9a6efe6e027 100644 --- a/stubs/braintree/METADATA.toml +++ b/stubs/braintree/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.41.*" +version = "4.42.*" upstream_repository = "https://github.com/braintree/braintree_python"