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" }