diff --git a/poetry.lock b/poetry.lock index 5392911..d8c0c54 100644 --- a/poetry.lock +++ b/poetry.lock @@ -335,7 +335,7 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "stripe" -version = "2.71.0" +version = "2.72.0" description = "Python bindings for the Stripe API" category = "main" optional = false @@ -404,7 +404,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "851d217bd1679bc87b62b12fdf4b8ffc322e51ddba2ce2833614b4392e8248b8" +content-hash = "38f7a74293a4f106462a607c7c10c648ffbe6949d270d6ba7af89384073133a9" [metadata.files] atomicwrites = [ @@ -575,8 +575,8 @@ stevedore = [ {file = "stevedore-3.3.0.tar.gz", hash = "sha256:3a5bbd0652bf552748871eaa73a4a8dc2899786bc497a2aa1fcb4dcdb0debeee"}, ] stripe = [ - {file = "stripe-2.71.0-py2.py3-none-any.whl", hash = "sha256:4b5ad1f0daff75e525bd93cadf176d7f4e73063c9fdc277a33f3cbbfec7cec3c"}, - {file = "stripe-2.71.0.tar.gz", hash = "sha256:dfc004fc439fca5998b155414f2ab8e8ebb7589e4b7492653f4bac81008361c3"}, + {file = "stripe-2.72.0-py2.py3-none-any.whl", hash = "sha256:e6c7243cb6312d6f239b077f43dc2f3a12021bc12c68232cbe0a8b0a6505e306"}, + {file = "stripe-2.72.0.tar.gz", hash = "sha256:9ca8e87a337357d2008d274ff56362f219e73671030be2a636748deeb13777fb"}, ] toml = [ {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, diff --git a/pyproject.toml b/pyproject.toml index ce06a0c..31d1411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ keywords = ["stripe", "async", "asynchronous", "wrapper"] [tool.poetry.dependencies] python = "^3.6" -stripe = "2.71.0" +stripe = "2.72.0" tornado = ">=5.1" [tool.poetry.dev-dependencies]