From 73ae01e879bf6a2f3cab280c23b18520231117e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 00:43:24 +0000 Subject: [PATCH] Bump stripe from 8.3.0 to 8.4.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 8.3.0 to 8.4.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.3.0...v8.4.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... 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 8baf345569..fbdd5d1fba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2015,13 +2015,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "stripe" -version = "8.3.0" +version = "8.4.0" description = "Python bindings for the Stripe API" optional = false python-versions = ">=3.6" files = [ - {file = "stripe-8.3.0-py2.py3-none-any.whl", hash = "sha256:3f867530d2e0b4b997d6001e5a7edaa5fdfbbc76414e65e806fc5f37703ede5b"}, - {file = "stripe-8.3.0.tar.gz", hash = "sha256:e1a430723e6126b0240ff483249d8aa1b6c0ded29db0dc34e192e19af5b6049c"}, + {file = "stripe-8.4.0-py2.py3-none-any.whl", hash = "sha256:6d889b6a8a5351c561538d23f4726b2cf1b3dc2591fd579a5dab236558dd776f"}, + {file = "stripe-8.4.0.tar.gz", hash = "sha256:7f5941814d13a62e9a77e19fe3242b5aafc3063bdd9be6ae3e5a288404e6de60"}, ] [package.dependencies] @@ -2300,4 +2300,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "2dc083ac97aa45392636fd4a698ba0d4f01362b3b3ac06d1c26f2a273334f460" +content-hash = "0260daa4772413c3f28784bbfbbdce4afe32f6e65d3dac702a3c2ac2b79c9eae" diff --git a/pyproject.toml b/pyproject.toml index 9a73a2c5f9..6ea7621ab7 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.3.0" +stripe = "^8.4.0" django-environ = "^0.11.2" django-humanize = "^0.1.2" drf-yasg = "^1.20.0"