From 9c4792f1483120b15f9133eb571133eaedd952e1 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 29 May 2026 00:45:07 +0000 Subject: [PATCH] [stubsabot] Bump braintree to 4.44.* Release: https://pypi.org/pypi/braintree/4.44.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.43.0...4.44.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. - 3 files included in typeshed's stubs have been modified or renamed: `braintree/credit_card_verification.py`, `braintree/transaction.py`, `braintree/version.py`. - Total lines of Python code added: 76. - Total lines of Python code deleted: 2. 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 68ab542d5a3b..7e2486d96394 100644 --- a/stubs/braintree/METADATA.toml +++ b/stubs/braintree/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.43.*" +version = "4.44.*" upstream-repository = "https://github.com/braintree/braintree_python"