From 603345762a318fc90bee47b21fbe4ce3e4fe8ff9 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 18 Nov 2022 16:44:54 +0100 Subject: [PATCH] Bump sepaxml to 2.6.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 2b70de2c2..080d5efd2 100644 --- a/src/setup.py +++ b/src/setup.py @@ -222,7 +222,7 @@ setup( 'reportlab==3.6.*', 'requests==2.28.*', 'sentry-sdk==1.10.*', # when upgrading, check https://github.com/getsentry/sentry-python/issues/1700 - 'sepaxml==2.5.*', + 'sepaxml==2.6.*', 'slimit', 'static3==0.7.*', 'stripe==4.2.*',