diff --git a/setup.py b/setup.py index da3310a..debe9be 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], py_modules=['tap_salesforce'], install_requires=[ - 'requests==2.20.0', + 'requests==2.31.0', 'pipelinewise-singer-python==1.*', 'xmltodict==0.11.0' ],