From 652fba86509a2947dff9b463e30f9ec5dcdc6156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:32:41 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 1.38.0 to 2.61.0 in /backend Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.38.0 to 2.61.0. - [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/1.38.0...2.61.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.61.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7635429..2738cba 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "passlib==1.7.4", "python-multipart==0.0.6", "email-validator==2.1.1", - "sentry-sdk==1.38.0", + "sentry-sdk==2.61.0", "pytest==7.4.4", "httpx==0.25.2", "python-dotenv==1.0.0", diff --git a/backend/requirements.txt b/backend/requirements.txt index ee9938b..c36d10c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -30,7 +30,7 @@ python-multipart==0.0.6 email-validator==2.1.1 # Deployment & Monitoring -sentry-sdk==1.38.0 +sentry-sdk==2.61.0 # Testing pytest==7.4.4