From 4a3c9fffd1c67ecc15087c01e1d95a35bfc7afa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 00:35:13 +0000 Subject: [PATCH] Bump stripe from 8.4.0 to 9.10.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 8.4.0 to 9.10.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.10.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 bda0275d7..ac42873ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2106,13 +2106,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "8.4.0" +version = "9.10.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.10.0-py2.py3-none-any.whl", hash = "sha256:40206520758cfab6b3fbae05f54d3659b018fcee54c955c08e606c91817aa05f"}, + {file = "stripe-9.10.0.tar.gz", hash = "sha256:2384749fdc4d252f3c42bb915ef175b7f93253c115311d77db37fbcd24683849"}, ] [package.dependencies] @@ -2356,4 +2356,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "6f65a77914bcbf06bdb68c880c280bf515d7d0c47652c9ea69d6313e70a2568e" +content-hash = "ae0425a611c46eb41262736615d09bf3dd5372c589e037679d639e5a33f8f3b6" diff --git a/pyproject.toml b/pyproject.toml index f16d261c8..7a75d4f81 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.10.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"