From e0b067dcf734979fa8ada17570d227d537c5673d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:05:35 +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.64.0...2.65.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.65.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 5c77955..5df36c5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ stamina>=26.1.0,<27.0 purgatory>=3.0.1,<4.0 structlog>=26.1.0,<27.0 prometheus-client>=0.25.0,<1.0 -sentry-sdk[fastapi]>=2.64.0,<3.0 +sentry-sdk[fastapi]>=2.65.0,<3.0 pytest>=9.1.1,<10.0 pytest-asyncio>=1.4.0,<2.0 respx>=0.22,<1.0