From 1b7928e4e2ff03753c554857d7d300fb6135e47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 16:14:02 +0000 Subject: [PATCH] Bump stripe from 2.75.0 to 3.0.0 Bumps [stripe](https://github.com/stripe/stripe-python) from 2.75.0 to 3.0.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.75.0...v3.0.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 af0f7fa4..43babc01 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.0.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 = "40af1a51395a1a4e94b1eecb17f437ef2157829b678a1de3a94ea646a54a4668" [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.0.0-py2.py3-none-any.whl", hash = "sha256:f87027ebdcb5b3f3cb3ca67cc1a14c5b44aacdacd081b8b50a6bf94e2bb86f13"}, + {file = "stripe-3.0.0.tar.gz", hash = "sha256:feb400d70a0fbfa54df7e6376c8f9b87651ded977cd6a02ee32c661a607e259a"}, ] tablib = [ {file = "tablib-3.2.1-py3-none-any.whl", hash = "sha256:870d7e688f738531a14937a055e8bba404fbc388e77d4d500b2c904075d1019c"}, diff --git a/pyproject.toml b/pyproject.toml index 4e68414d..561fc8bb 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.0.0" django-mathfilters = "^1.0.0" django-money = "^2.1.1" # dj-stripe = { git = "https://github.com/commonknowledge/dj-stripe.git", branch = "fixes" }