From ed3d59a3018b937ee848d5d5854c2077c9f95c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:38:35 +0000 Subject: [PATCH] Bump sentry-sdk from 0.6.9 to 1.14.0 Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.6.9 to 1.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/0.6.9...1.14.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(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index dacb196..0a757d9 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ def get_version(*file_paths): # For commandline option handling 'click', # Integration with Sentry - 'sentry-sdk==0.6.9', + 'sentry-sdk==1.14.0', # For CloudMan2 plugin 'gitpython', 'ansible<2.10', # pin ansible due to: https://github.com/ansible/ansible/issues/68399