diff --git a/setup.py b/setup.py index ec5517f..349ea9e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=["target_postgres"], install_requires=[ 'pipelinewise-singer-python==1.*', - 'psycopg2-binary==2.8.5', + 'psycopg2-binary==2.9.5', 'inflection==0.3.1', 'joblib==1.2.0' ],