From de1f130eb8875092e11785b96837ea05ea93b864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:26:24 +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.61.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.61.1 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..2040859 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.61.1,<3.0 pytest>=8.0,<9.0 pytest-asyncio>=0.24,<1.0 respx>=0.22,<1.0