From 8c8e8031fc39eff6dfcb201242ca3c65d7ee1bd1 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 23 Nov 2022 15:36:02 +0100 Subject: [PATCH] Bump stripe to 5.0.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index c14163d0dc..422cedd43d 100644 --- a/src/setup.py +++ b/src/setup.py @@ -225,7 +225,7 @@ setup( 'sepaxml==2.6.*', 'slimit', 'static3==0.7.*', - 'stripe==4.2.*', + 'stripe==5.0.*', 'text-unidecode==1.*', 'tlds>=2020041600', 'tqdm==4.*',