diff --git a/poetry.lock b/poetry.lock index 0c2bc26..b7af347 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.62.0" +version = "2.63.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 = "849f84945d2a5310b97d4892fdcb1d00c3a882e15cd2faef426e926b4d2bd57c" +content-hash = "495ab403fded1c1af5fa8a27875c1563deb05f8491b47a9963f598c17ff3b8f7" [metadata.files] atomicwrites = [ @@ -575,8 +575,8 @@ stevedore = [ {file = "stevedore-3.3.0.tar.gz", hash = "sha256:3a5bbd0652bf552748871eaa73a4a8dc2899786bc497a2aa1fcb4dcdb0debeee"}, ] stripe = [ - {file = "stripe-2.62.0-py2.py3-none-any.whl", hash = "sha256:026905a5732c28d42997e0bad774a07ca587e696a9b222738ededab3c3402250"}, - {file = "stripe-2.62.0.tar.gz", hash = "sha256:1fb51d67a961ea889c5be324f020535ed511c6f483bd13a07f48f6e369fa8df0"}, + {file = "stripe-2.63.0-py2.py3-none-any.whl", hash = "sha256:175e697e3eefbec9aac79628c430468432a518e3aa4e3766bd0b895ee395bbc7"}, + {file = "stripe-2.63.0.tar.gz", hash = "sha256:816c935e31d82737a9e4362c662e8702bdf9000ea1bd36882cd4cbd23eb81ae1"}, ] toml = [ {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, diff --git a/pyproject.toml b/pyproject.toml index b5ddc2c..77fbe5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "async-stripe" -version = "2.62.0" +version = "2.63.0" description = "An asynchronous wrapper around Stripe's official python library." authors = [ "Bharat Chauhan ", @@ -20,7 +20,7 @@ keywords = ["stripe", "async", "asynchronous", "wrapper"] [tool.poetry.dependencies] python = "^3.6" -stripe = "2.62.0" +stripe = "2.63.0" tornado = ">=5.1" [tool.poetry.dev-dependencies]