From 06da3c2fde42f9cb1fd4086015a2e99a0beef8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:33:44 +0000 Subject: [PATCH] Bump stripe from 6.7.0 to 7.0.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 6.7.0 to 7.0.0. - [Release notes](https://github.com/stripe/stripe-python/releases) - [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-python/compare/v6.7.0...v7.0.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 94c827227e..1bcc8545b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1981,13 +1981,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "6.7.0" +version = "7.0.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-6.7.0-py2.py3-none-any.whl", hash = "sha256:a453d6daa633f656297a9323c736fdcb53164418d643fdc30499a6d32ad7933c"}, - {file = "stripe-6.7.0.tar.gz", hash = "sha256:2794ccc4b4c97070d1cab4385e1d2aad65937b4437b75cc1faf7d67dda8199f4"}, + {file = "stripe-7.0.0-py2.py3-none-any.whl", hash = "sha256:15ebdcb8271b4fd54ff861d85101a78a6f01ce7c1ae236bb0e2b8f76bf7ffad8"}, + {file = "stripe-7.0.0.tar.gz", hash = "sha256:9a35f404c04eb80bff0bb618950e0548943f1ef47c14e8e8f4bbc6f5e751ba99"}, ] [package.dependencies] @@ -2266,4 +2266,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "9f078f79d8daa22444b13bdfdb423f8ee2e9c0d30d9898cf5c33e7aff9243992" +content-hash = "ed28adb475056e4bfd60e85157f64a9c9e27fdb031f826f53279277b6c72db91" diff --git a/pyproject.toml b/pyproject.toml index 9c46d5d6b0..ee625ceb7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ django-tz-detect = "^0.4.0" django-tellme = "^0.7.3" django-bootstrap-datepicker-plus = "^5.0.4" django-star-ratings = "^0.9.2" -stripe = "^6.7.0" +stripe = "^7.0.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"