From 8dff640d5476fb541682959c70bc5da9cdcd980a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:42:58 +0100 Subject: [PATCH] Update sentry-sdk requirement from ==2.23.* to ==2.24.* (#4952) Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.23.0...2.24.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56f51a035..a99ea20ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "redis==5.2.*", "reportlab==4.3.*", "requests==2.31.*", - "sentry-sdk==2.23.*", + "sentry-sdk==2.24.*", "sepaxml==2.6.*", "stripe==7.9.*", "text-unidecode==1.*",