From 254632b861087d619114ff456d2eeba950cc876b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:56:06 +0000 Subject: [PATCH] Update sentry-sdk[flask] requirement from ~=2.38.0 to ~=2.46.0 Updates the requirements on [sentry-sdk[flask]](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.38.0...2.46.0) --- updated-dependencies: - dependency-name: sentry-sdk[flask] dependency-version: 2.46.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 8824e34..d26760d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ gunicorn~=23.0.0 oauth2client~=4.1.3 profanityfilter~=2.1.0 python-dateutil~=2.9.0.post0 -sentry-sdk[flask]~=2.38.0 +sentry-sdk[flask]~=2.46.0 SQLAlchemy~=2.0.43 pytz~=2025.2