From 2b092e97bf09ac01974cc4e8756bf7016601c73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 06:56:18 +0000 Subject: [PATCH] Bump sentry-sdk from 1.45.0 to 2.11.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.45.0 to 2.11.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.45.0...2.11.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 15a8304..9da6037 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ mariadb==1.1.10 openpower==0.1.3 requests==2.31.0 -sentry-sdk==1.45.0 +sentry-sdk==2.11.0 SQLAlchemy==2.0.29 diff --git a/setup.py b/setup.py index 18bc9a6..de5a4a7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ requires = [ "requests==2.31.0", "openpower==0.1.3", - "sentry-sdk==1.45.0", + "sentry-sdk==2.11.0", "sqlalchemy==2.0.29", "mariadb==1.1.10", ]