From 02bb20904677c55846f70babb90b62f9bc195d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:01:49 +0100 Subject: [PATCH] chore(deps): Bump sentry-sdk from 2.8.0 to 2.14.0 (#893) Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.8.0 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/2.8.0...2.14.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mads Nylund <73914541+MadsNyl@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f6210f3..a2c8be27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ logzero aiohttp-cors wheel mysqlclient == 2.1.1 -sentry-sdk == 2.8.0 +sentry-sdk == 2.14.0 celery == 5.4.0 azure-storage-blob == 12.23.1 python-dotenv ~= 1.0.1