diff --git a/setup.py b/setup.py index 9cb6c6e..2b78865 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ classifiers=['Programming Language :: Python :: 3 :: Only'], install_requires=[ 'singer-python==5.3.1', - 'psycopg2==2.7.4', + 'psycopg2==2.9.3', 'strict-rfc3339==0.7', ], extras_require={