diff --git a/setup.py b/setup.py index e1b5140..c7b3358 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.3', 'inflection==0.3.1', 'joblib==0.16.0' ],