From 16aefe0e5e141d35af4c50d96cf64750ed0af916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:51:06 +0000 Subject: [PATCH] Update sentry-sdk requirement from <3.0.0,>=2.40.0 to >=2.58.0,<3.0.0 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.40.0...2.58.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2741cf4..a53544a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ Flask-Limiter==3.8.0 Authlib==1.7.0 psutil==7.2.2 # >=2.40 needed for `enable_logs=True` kwarg on sentry_sdk.init() -sentry-sdk[flask]>=2.40.0,<3.0.0 +sentry-sdk[flask]>=2.58.0,<3.0.0 regex==2024.11.6 # ReDoS-safe regex with timeout support # Production WSGI