From 9b46e56c16dd55a22d11963c5478f0dc8de06eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:16:21 +0000 Subject: [PATCH] Bump sentry-sdk from 2.15.0 to 2.17.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.15.0 to 2.17.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.15.0...2.17.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41b501a..68d336a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "pyparsing==3.1.4", "PyYAML>=6.0.1", "questionary==2.0.1", - "sentry-sdk==2.15.0", + "sentry-sdk==2.17.0", "StrEnum==0.4.15", "yaspin==3.1.0", ]