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