From a94c927642eda093db226eb3e21c3a4681577f85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:08:38 -0700 Subject: [PATCH] [stubsabot] Bump braintree to 4.30.* (#12681) Release: https://pypi.org/pypi/braintree/4.30.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.29.0...4.30.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. - 4 files included in typeshed's stubs have been modified or renamed: `braintree/error_codes.py`, `braintree/transaction.py`, `braintree/version.py`, `braintree/webhook_testing_gateway.py`. - Total lines of Python code added: 317. - Total lines of Python code deleted: 278. --- stubs/braintree/METADATA.toml | 2 +- stubs/braintree/braintree/error_codes.pyi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stubs/braintree/METADATA.toml b/stubs/braintree/METADATA.toml index b56643b2f..5d87053d9 100644 --- a/stubs/braintree/METADATA.toml +++ b/stubs/braintree/METADATA.toml @@ -1,2 +1,2 @@ -version = "4.29.*" +version = "4.30.*" upstream_repository = "https://github.com/braintree/braintree_python" diff --git a/stubs/braintree/braintree/error_codes.pyi b/stubs/braintree/braintree/error_codes.pyi index d59084d2d..cf9efdd02 100644 --- a/stubs/braintree/braintree/error_codes.pyi +++ b/stubs/braintree/braintree/error_codes.pyi @@ -103,6 +103,7 @@ class ErrorCodes: ExpirationYearIsInvalid: Final = "81713" InvalidParamsForCreditCardUpdate: Final = "91745" InvalidVenmoSDKPaymentMethodCode: Final = "91727" + NetworkTokenizationAttributeCryptogramIsRequired: Final = "81762" NumberHasInvalidLength: Final = "81716" NumberLengthIsInvalid: Final = "81716" NumberIsInvalid: Final = "81715"