From 5fcb51f3728ea3b4eb14f1f6ae9ee333457b89a9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 26 Oct 2022 09:14:42 +0200 Subject: [PATCH] Bump sepaxml to 2.5.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 7246850627..c0e9a295f9 100644 --- a/src/setup.py +++ b/src/setup.py @@ -222,7 +222,7 @@ setup( 'reportlab==3.6.*', 'requests==2.28.*', 'sentry-sdk==1.8.*', - 'sepaxml==2.4.*,>=2.4.1', + 'sepaxml==2.5.*', 'slimit', 'static3==0.7.*', 'stripe==4.2.*',