From f7ac2b1c6d747236849dc2fb49a4a096f77f48c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:46:39 +0000 Subject: [PATCH] Update sentry-sdk[flask] requirement from ~=2.38.0 to ~=2.47.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.47.0) --- updated-dependencies: - dependency-name: sentry-sdk[flask] dependency-version: 2.47.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..4f1e7cb 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.47.0 SQLAlchemy~=2.0.43 pytz~=2025.2