From ff043e98f38528fa1f9cf1d015c4c9e69802da8a Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 5 Apr 2023 14:45:41 +0200 Subject: [PATCH] Bump stripe to 5.4.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 2f4565663..49fbab57b 100644 --- a/src/setup.py +++ b/src/setup.py @@ -225,7 +225,7 @@ setup( 'sepaxml==2.6.*', 'slimit', 'static3==0.7.*', - 'stripe==5.2.*', + 'stripe==5.4.*', 'text-unidecode==1.*', 'tlds>=2020041600', 'tqdm==4.*',