Browse Source

Upgrade stripe instead, only issue is with version 4.0.1 but fixed in
4.0.2

David Burke 2 years ago
parent
commit
0608d9c6fc
2 changed files with 4 additions and 5 deletions
  1. 4 4
      poetry.lock
  2. 0 1
      pyproject.toml

+ 4 - 4
poetry.lock

@@ -2097,7 +2097,7 @@ tests = ["pytest", "typeguard", "pygments", "littleutils", "cython"]
 
 [[package]]
 name = "stripe"
-version = "3.5.0"
+version = "4.0.2"
 description = "Python bindings for the Stripe API"
 category = "main"
 optional = false
@@ -2349,7 +2349,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.8"
-content-hash = "769a61d7feb949065f1c4b3deeaf96b73ea6233eeb3dd1efa2032b9b47f2b554"
+content-hash = "a2d120e2e887ced40a45169e87518cf4d149fabf0e22588d8e8375fb285f63c4"
 
 [metadata.files]
 aiohttp = [
@@ -4013,8 +4013,8 @@ stack-data = [
     {file = "stack_data-0.3.0.tar.gz", hash = "sha256:77bec1402dcd0987e9022326473fdbcc767304892a533ed8c29888dacb7dddbc"},
 ]
 stripe = [
-    {file = "stripe-3.5.0-py2.py3-none-any.whl", hash = "sha256:69d5bf4611624a503bcec84a61b1f2a2b874bfc828432e4fd75cd120bcc3efef"},
-    {file = "stripe-3.5.0.tar.gz", hash = "sha256:08f74cae6619d4a7d78f8162ff72bc3e9c913f53ec96ecd5ddc7d823c2e79ddd"},
+    {file = "stripe-4.0.2-py2.py3-none-any.whl", hash = "sha256:de2d532764d07aca0b974ac4ce8d1feee4007cf8c3c2cf6070c16b4cdbb4eb6d"},
+    {file = "stripe-4.0.2.tar.gz", hash = "sha256:d085b3e9450a5550912f476c6dbb2bafa129e485e24d6f4047c5094ff08d5de2"},
 ]
 symbolic = [
     {file = "symbolic-9.1.0-py2.py3-none-macosx_10_15_x86_64.whl", hash = "sha256:fe51cc0bbbda26bf30d5311016d832cb2acec3ea61bcfb32b05ed62264224123"},

+ 0 - 1
pyproject.toml

@@ -26,7 +26,6 @@ jsonschema = "^3.2.0"
 simplejson = "^3.17.0"
 django-csp = "^3.6"
 dj-stripe = "2.7.0a7"
-stripe = "^3.5.0"
 django-anymail = "^8.1"
 drf-yasg = "^1.17.1"
 dj-rest-auth = "~2.2.1"