From 780ebfe120b1fe57905455c8264edfeb67d2ea56 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 26 Oct 2022 09:21:44 +0200 Subject: [PATCH] Bump sentry-sdk to 1.10.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 38779dbb00..62017f99c5 100644 --- a/src/setup.py +++ b/src/setup.py @@ -221,7 +221,7 @@ setup( 'redis==4.3.*', 'reportlab==3.6.*', 'requests==2.28.*', - 'sentry-sdk==1.8.*', + 'sentry-sdk==1.10.*', 'sepaxml==2.5.*', 'slimit', 'static3==0.7.*',