From e1b1bb93bce2ccf7b4714d7f4c4f65994fe6e8c2 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 22 Mar 2023 16:01:06 +0100 Subject: [PATCH] Bump Stripe to 5.2.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index eff55f4826..6c37c7e33b 100644 --- a/src/setup.py +++ b/src/setup.py @@ -225,7 +225,7 @@ setup( 'sepaxml==2.6.*', 'slimit', 'static3==0.7.*', - 'stripe==5.1.*', + 'stripe==5.2.*', 'text-unidecode==1.*', 'tlds>=2020041600', 'tqdm==4.*',