From b1fd13c359458c5baf2000d9a2f36276e1f464fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 00:35:21 +0000 Subject: [PATCH] Bump stripe from 8.11.0 to 10.3.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 8.11.0 to 10.3.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.11.0...v10.3.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 9a24d735d..ba375a858 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3620,13 +3620,13 @@ doc = ["sphinx"] [[package]] name = "stripe" -version = "8.11.0" +version = "10.3.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-8.11.0-py2.py3-none-any.whl", hash = "sha256:57187676dcc8713080169db4589c676d038c3a72961e04e43e44cf539b1a5a5a"}, - {file = "stripe-8.11.0.tar.gz", hash = "sha256:11714a38d48ca551a353503c2f97a7df720d0a533d9d321ca245bc1fdff1ce62"}, + {file = "stripe-10.3.0-py2.py3-none-any.whl", hash = "sha256:95aa10d34e325cb6a19784412d6196621442c278b0c9cd3fe7be2a7ef180c2f8"}, + {file = "stripe-10.3.0.tar.gz", hash = "sha256:56515faf0cbee82f27d9b066403988a107301fc80767500be9789a25d65f2bae"}, ] [package.dependencies] @@ -4317,4 +4317,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "9f8d27a1ecaa894eee2e099d10a44abddac85d5298ef9e1041df3fdda788088f" +content-hash = "e9ad62e5d9d5f1dadddda4f8d19c612543bbecac2c1f2ecb49910f7451817e6e" diff --git a/pyproject.toml b/pyproject.toml index 15ec529a3..4abf261fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,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 = "^10.3.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"