From 06dfba1a1ee0ade9b8c2c73939334f349b8b16a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:31:55 +0200 Subject: [PATCH] Update sentry-sdk requirement from ==2.40.* to ==2.41.* (#5536) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ec89b517..d190328be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "redis==6.4.*", "reportlab==4.4.*", "requests==2.32.*", - "sentry-sdk==2.40.*", + "sentry-sdk==2.41.*", "sepaxml==2.6.*", "stripe==7.9.*", "text-unidecode==1.*",