From 6fc40206a823fdc332ad7253d606231773178c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:37:46 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.19.0 to 2.8.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.0 to 2.8.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.19.0...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- requirements_nongpl.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f8a357d4..e907963d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -182,7 +182,7 @@ rpds-py==0.18.0 # referencing schema==0.7.5 # via flattentool -sentry-sdk==1.19.0 +sentry-sdk==2.8.0 # via -r requirements_nongpl.txt setproctitle==1.2.2 # via diff --git a/requirements_dev.txt b/requirements_dev.txt index 2c99aea5..33f943b8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -269,7 +269,7 @@ schema==0.7.5 # via # -r requirements.txt # flattentool -sentry-sdk==1.19.0 +sentry-sdk==2.8.0 # via -r requirements.txt setproctitle==1.2.2 # via diff --git a/requirements_nongpl.txt b/requirements_nongpl.txt index 9b9ea422..25094b78 100644 --- a/requirements_nongpl.txt +++ b/requirements_nongpl.txt @@ -98,7 +98,7 @@ rpds-py==0.18.0 # via # jsonschema # referencing -sentry-sdk==1.19.0 +sentry-sdk==2.8.0 # via -r requirements_nongpl.in setproctitle==1.2.2 # via gunicorn