From 3950cd4adc0ea9a88aef07a2cde4c00eb2227210 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 14 Oct 2025 00:14:56 +0000 Subject: [PATCH] [stubsabot] Bump braintree to 4.39.* Release: https://pypi.org/pypi/braintree/4.39.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.38.0...4.39.0 Stubsabot analysis of the diff between the two releases: - 6 public Python files have been added: `braintree/bank_account_instant_verification_gateway.py`, `braintree/bank_account_instant_verification_jwt.py`, `braintree/bank_account_instant_verification_jwt_request.py`, `braintree/receiver.py`, `braintree/sender.py`, `braintree/transaction_us_bank_account_request.py`. - 0 files included in typeshed's stubs have been deleted. - 8 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 946. - Total lines of Python code deleted: 12. 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 de87e7be2fbb..30cdf466ba3a 100644 --- a/stubs/braintree/METADATA.toml +++ b/stubs/braintree/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.38.*" +version = "4.39.*" upstream_repository = "https://github.com/braintree/braintree_python"