From 8743087e59ffcb554a45b405c07fde650f783a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:55:05 +0000 Subject: [PATCH] build(deps): bump sentry-sdk in the python-minor group Bumps the python-minor group with 1 update: [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `sentry-sdk` from 2.59.0 to 2.60.0 - [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.59.0...2.60.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50ec8c3..5f6a3b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ httpx==0.28.1 pyyaml==6.0.3 flask-wtf==1.3.0 flask-babel==4.0.0 -sentry-sdk[flask]==2.59.0 +sentry-sdk[flask]==2.60.0 packaging==24.1