From e72e9129e468a191264035f6d68ef7859dbc2cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:58:19 +0000 Subject: [PATCH] Bump sentry-sdk from 2.12.0 to 2.13.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.12.0 to 2.13.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.12.0...2.13.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 e1688cf..566e114 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -5,5 +5,5 @@ fastapi==0.111.1 httpx==0.27.0 pydantic==2.8.2 pydantic-settings===2.4.0 -sentry-sdk==2.12.0 +sentry-sdk==2.13.0 uvicorn==0.30.4