diff --git a/setup.py b/setup.py index 05d78ff..681bff5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ py_modules=['tap_harvest_forecast'], install_requires=[ 'singer-python==5.1.5', - 'requests==2.31.0', + 'requests==2.32.0', 'backoff==1.3.2' ], entry_points='''