diff --git a/setup.py b/setup.py index e329d8c..6b36155 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ py_modules=['tap_twitter_ads'], install_requires=[ 'backoff==1.8.0', - 'requests==2.23.0', + 'requests==2.31.0', 'singer-python==5.9.0', 'twitter-ads==9.0.1' ],