From 4020d256867d0ecf79cf1ca3a0eb2b423b994b19 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 00:16:51 +0000 Subject: [PATCH] [stubsabot] Bump braintree to 4.24.* (#10993) Release: https://pypi.org/pypi/braintree/4.24.0 Homepage: https://developer.paypal.com/braintree/docs/reference/overview Repository: https://github.com/braintree/braintree_python Diff: https://github.com/braintree/braintree_python/compare/4.23.0...4.24.0 Stubsabot analysis of the diff between the two releases: - 4 public Python files have been added: `braintree/meta_checkout_card.py`, `braintree/meta_checkout_token.py`, `tests/unit/test_meta_checkout_card.py`, `tests/unit/test_meta_checkout_token.py`. - 0 files included in typeshed's stubs have been deleted. - 7 files included in typeshed's stubs have been modified or renamed: `braintree/payment_instrument_type.py`, `braintree/payment_method.py`, `braintree/transaction.py`, `braintree/us_bank_account_verification.py`, `braintree/version.py`, `braintree/webhook_notification.py`, `braintree/webhook_testing_gateway.py`. - Total lines of Python code added: 738. - Total lines of Python code deleted: 49. --- 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 36c07e34d..971179040 100644 --- a/stubs/braintree/METADATA.toml +++ b/stubs/braintree/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.23.*" +version = "4.24.*" upstream_repository = "https://github.com/braintree/braintree_python" partial_stub = true