Bump braintree to 4.16.* (#8433)

Resolves #8431
This commit is contained in:
Shantanu
2022-07-28 22:32:06 -07:00
committed by GitHub
parent 81a8e11638
commit a70667804a
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
version = "4.15.*"
version = "4.16.*"

View File

@@ -1,3 +1,6 @@
from _typeshed import Incomplete
from braintree.attribute_getter import AttributeGetter as AttributeGetter
class RiskData(AttributeGetter): ...
class RiskData(AttributeGetter):
def __init__(self, attributes: Incomplete) -> None: ...