From 261815364c309e8d7be44ec86930af8ae0a06f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:00:37 +0000 Subject: [PATCH] Bump stripe from 8.4.0 to 9.11.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 8.4.0 to 9.11.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/v8.4.0...v9.11.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 b86491ed0..08093db0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2106,13 +2106,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "8.4.0" +version = "9.11.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-8.4.0-py2.py3-none-any.whl", hash = "sha256:6d889b6a8a5351c561538d23f4726b2cf1b3dc2591fd579a5dab236558dd776f"}, - {file = "stripe-8.4.0.tar.gz", hash = "sha256:7f5941814d13a62e9a77e19fe3242b5aafc3063bdd9be6ae3e5a288404e6de60"}, + {file = "stripe-9.11.0-py2.py3-none-any.whl", hash = "sha256:be246986861dcb2fdd9ecf91157b3a60e2c506dae48395e892058f6f2a182f86"}, + {file = "stripe-9.11.0.tar.gz", hash = "sha256:e37198f1933ca5dd34912c8f18bc3756322c4253bfeaa522aeb38de1b3356f9a"}, ] [package.dependencies] @@ -2356,4 +2356,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "537af0a20a59b14620fc55c2cd8b4768fc9ecd15887556db339ccbe3645776e4" +content-hash = "5fa8c7f883125af15e7b0148d23b60c7aed57ecfc6a3b75b877f504ed74eae12" diff --git a/pyproject.toml b/pyproject.toml index b28341c69..0eb8d80ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ django-tz-detect = "^0.4.0" django-tellme = "^0.7.3" django-bootstrap-datepicker-plus = "^5.0.5" django-star-ratings = "^0.9.2" -stripe = "^8.4.0" +stripe = "^9.11.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"