From 069dd02ebc2847852daa8467fdffbc48dcd01411 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 23 Feb 2022 09:51:21 +0100 Subject: [PATCH] Update stripe requirement from ==2.42.* to ==2.66.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 79e0ffbbd..61a27b05b 100644 --- a/src/setup.py +++ b/src/setup.py @@ -223,7 +223,7 @@ setup( 'sepaxml==2.4.*,>=2.4.1', 'slimit', 'static3==0.7.*', - 'stripe==2.42.*', + 'stripe==2.66.*', 'text-unidecode==1.*', 'tlds>=2020041600', 'tqdm==4.*',