From e918362b2b6a1c9b5dffb9a70c208098543eca70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:31:21 +0000 Subject: [PATCH] chore(deps): bump sentry-sdk from 1.38.0 to 2.66.0 in /backend Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.38.0 to 2.66.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.66.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.66.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..c6811ef 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.66.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..fa2704e 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.66.0 # Testing pytest==7.4.4