Removes a conflict with CloudLaunch: https://github.com/galaxyproject/cloudlaunch/blob/f3c083ad0ea47ffab145d1ae4796ec130daa1f8d/setup.py#L95
@@ -21,7 +21,7 @@ with open(os.path.join('cloudbridge', '__init__.py')) as f:
REQS_BASE = [
'six>=1.11',
- 'tenacity>=4.12.0,<=5.0',
+ 'tenacity>=6.0',
'cachetools>=2.1.0',
'deprecation>=2.0.7',
'pyeventsystem<2'