From 29765b58b14e19af8505638e5b0004c0bbff5931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 21:32:18 +0000 Subject: [PATCH] Bump stripe from 2.76.0 to 3.2.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 2.76.0 to 3.2.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/v2.76.0...v3.2.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 529af6e9..43b7cc56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1471,7 +1471,7 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "stripe" -version = "2.76.0" +version = "3.2.0" description = "Python bindings for the Stripe API" category = "main" optional = false @@ -1767,7 +1767,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "ad1b3967f06cb15b9c46059bb67aec4c9ca6d36d53e533255fbbba55f4cc36a3" +content-hash = "c2a11dd81a4deec27de6d8118ce7a63776073a9d55a19e87666875bda9180500" [metadata.files] anyascii = [ @@ -2451,8 +2451,8 @@ stevedore = [ {file = "stevedore-3.5.0.tar.gz", hash = "sha256:f40253887d8712eaa2bb0ea3830374416736dc8ec0e22f5a65092c1174c44335"}, ] stripe = [ - {file = "stripe-2.76.0-py2.py3-none-any.whl", hash = "sha256:756bf6c1206f438d1fa23bb90cdf1233c9383478f854f2720a8a3e1eaf1f715b"}, - {file = "stripe-2.76.0.tar.gz", hash = "sha256:fd3fc6935c3b6189967191607b6f38ebe490005a590b4d0d43fbe3aba45deca8"}, + {file = "stripe-3.2.0-py2.py3-none-any.whl", hash = "sha256:210d5137bdc686a31ee435a7c1761e112544ad58d84dd8cb7f0903068edcabd2"}, + {file = "stripe-3.2.0.tar.gz", hash = "sha256:d9a47de7d963cf69a880f3d04961b792c40f456c74e09878551555de3c2261f0"}, ] tablib = [ {file = "tablib-3.2.1-py3-none-any.whl", hash = "sha256:870d7e688f738531a14937a055e8bba404fbc388e77d4d500b2c904075d1019c"}, diff --git a/pyproject.toml b/pyproject.toml index 4e68414d..698f2629 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ wagtail = "3" psycopg2 = '>=2.8.6' wagtail-transfer = "*" django-livereload-server = "^0.4" -stripe = "^2.68.0" +stripe = "^3.2.0" django-mathfilters = "^1.0.0" django-money = "^2.1.1" # dj-stripe = { git = "https://github.com/commonknowledge/dj-stripe.git", branch = "fixes" }