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