From e0bf84fadd7e13769e09e48a1fee95d0fe5ddbd3 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 12 Dec 2025 00:16:44 +0000 Subject: [PATCH] [stubsabot] Bump braintree to 4.41.* Release: https://pypi.org/pypi/braintree/4.41.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.40.0...4.41.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. - 5 files included in typeshed's stubs have been modified or renamed: `braintree/apple_pay_gateway.py`, `braintree/credit_card_verification_gateway.py`, `braintree/error_codes.py`, `braintree/transaction.py`, `braintree/version.py`. - Total lines of Python code added: 198. - Total lines of Python code deleted: 182. 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 909042028e0e..43d34d36b451 100644 --- a/stubs/braintree/METADATA.toml +++ b/stubs/braintree/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.40.*" +version = "4.41.*" upstream_repository = "https://github.com/braintree/braintree_python"