From b02629ca09e39f9a3de4b9cb10fa54d776493476 Mon Sep 17 00:00:00 2001 From: Bharat Chauhan Date: Mon, 21 Nov 2022 16:44:38 +0530 Subject: [PATCH] Update stripe dependency to 5.0.0 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index b9d8dd8..2e14320 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 = "4.2.0" +version = "5.0.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 = "ef322c2894303ff85e3106cc7927cf8951f6d64996ddc0d5e615fa0fed5f0d65" +content-hash = "46cabe33fcc8216cd6848e1e9d4ac08f5f9ca03b096ca76e0712bee5912000b4" [metadata.files] atomicwrites = [ diff --git a/pyproject.toml b/pyproject.toml index d22648e..b8b2027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ keywords = ["stripe", "async", "asynchronous", "wrapper"] [tool.poetry.dependencies] python = "^3.6" -stripe = "4.2.0" +stripe = "5.0.0" tornado = ">=5.1" [tool.poetry.dev-dependencies]