From 9308daa9178910b0003321046e711f717a1c6801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:38:02 +0000 Subject: [PATCH] Update sentry-sdk requirement from >=2.0 to >=2.58.0 in /backend 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.0.0...2.58.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 10393d5..7f1a9a4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -15,4 +15,4 @@ python-multipart>=0.0.18 slowapi>=0.1.9 structlog>=24.4 prometheus-client>=0.21 -sentry-sdk[fastapi]>=2.0 +sentry-sdk[fastapi]>=2.58.0