From 5f4302e29500b35ee0a94b3d2a03dfcea4fc2bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:44:24 +0000 Subject: [PATCH] build(deps): bump sentry-sdk from 1.3.0 to 2.8.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.3.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.3.0...2.8.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 760fc92f..9c997883 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ #latex parsing 'pylatexenc~=2.9', 'queuelib==1.5.0', - 'sentry-sdk==1.3.0', + 'sentry-sdk==2.8.0', 'structlog==20.1.0', 'python-logstash==0.4.8', ]