diff --git a/poetry.lock b/poetry.lock index 75ae4973..653a4624 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1581,7 +1581,7 @@ pbr = ">=2.0.0,<2.1.0 || >2.1.0" [[package]] name = "stripe" -version = "2.76.0" +version = "3.3.0" description = "Python bindings for the Stripe API" category = "main" optional = false @@ -1885,7 +1885,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "3c8f6d5b40348a87632eb9c87db945917621597c806fb3f4089d2cd9962f5225" +content-hash = "fb5e84e4914a9426141acedac9b9378b1fee1fb3af991accb388d0295584b0ea" [metadata.files] anyascii = [ @@ -2641,8 +2641,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.3.0-py2.py3-none-any.whl", hash = "sha256:eb3860a8f4add4113e1e2afd35b93ec5dcecf0171b02dc157991f96fcdcf3574"}, + {file = "stripe-3.3.0.tar.gz", hash = "sha256:dac60c102fb67a8ac9aa16569b0afd0d63b96c62be064088519e1c661b3f39fa"}, ] tablib = [ {file = "tablib-3.2.1-py3-none-any.whl", hash = "sha256:870d7e688f738531a14937a055e8bba404fbc388e77d4d500b2c904075d1019c"}, diff --git a/pyproject.toml b/pyproject.toml index 192485b1..df774981 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.3.0" django-mathfilters = "^1.0.0" django-money = "^2.1.1" # dj-stripe = { git = "https://github.com/commonknowledge/dj-stripe.git", branch = "fixes" }