From 3e61674c7adfc6ac2777014655bff065d551f6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 03:06:12 +0000 Subject: [PATCH] Bump sentry-sdk from 2.7.1 to 2.12.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.7.1 to 2.12.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.7.1...2.12.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 75e8200..57052e6 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,5 +5,5 @@ fastapi==0.111.0 httpx==0.27.0 pydantic==2.7.4 pydantic-settings===2.3.4 -sentry-sdk==2.7.1 +sentry-sdk==2.12.0 uvicorn==0.30.1