From 2146d8c0ebb43fb3f19c3f9b8ddbf38fb7544911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:56:41 +0000 Subject: [PATCH] Bump sentry-sdk from 1.40.5 to 2.14.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.5 to 2.14.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/1.40.5...2.14.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index bd58c95b..7d6d3a56 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,7 +20,7 @@ boto3==1.34.152 attrs==23.2.0 gunicorn==22.0.0 -sentry-sdk==1.40.5 +sentry-sdk==2.14.0 requests==2.32.3