From 9df3f76e04b5960902ddfab6f53cf2af252d5cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 15:59:11 +0000 Subject: [PATCH] chore(deps): update sentry-sdk requirement 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.60.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.60.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 22383ac..27227dc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ stamina>=26.0,<27.0 purgatory>=3.0,<4.0 structlog>=24.0,<26.0 prometheus-client>=0.20,<1.0 -sentry-sdk[fastapi]>=2.0,<3.0 +sentry-sdk[fastapi]>=2.60.0,<3.0 pytest>=8.0,<9.0 pytest-asyncio>=0.24,<1.0 respx>=0.22,<1.0